Update Dockerfile

This commit is contained in:
gigirassy
2026-03-30 20:39:07 +02:00
parent 687f406538
commit c4b82bf845
+2 -1
View File
@@ -4,7 +4,8 @@ ARG TARGETARCH
WORKDIR /src
COPY go.mod ./
RUN apk add --no-cache ca-certificates git go && go mod download
RUN go env -w GOPROXY=direct
RUN apk add --no-cache ca-certificates git go && go mod download all
COPY . .