chore: binaires v0.1.5 + registry ECR public pour Docker
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
FROM golang:1.22-alpine AS builder
|
||||
ARG GO_IMAGE=public.ecr.aws/docker/library/golang:1.25-alpine
|
||||
FROM ${GO_IMAGE} AS builder
|
||||
WORKDIR /app
|
||||
COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
Reference in New Issue
Block a user