1 Commits

Author SHA1 Message Date
torben 9ab31a9827 Fix Dockerfile by re-adding GOPROXY_URL argument for clarity
Build and Test / verify (push) Successful in 32s
Build and Push Container Image / build-and-push-image (push) Successful in 50s
2026-07-12 17:52:57 +02:00
+1
View File
@@ -3,6 +3,7 @@ ARG GOPROXY_URL=https://gitea.nehmer.net/api/packages/torben/go,https://proxy.go
FROM golang:${GO_VERSION}-bookworm AS build FROM golang:${GO_VERSION}-bookworm AS build
WORKDIR /src WORKDIR /src
ARG GOPROXY_URL
ENV GOPROXY=${GOPROXY_URL} ENV GOPROXY=${GOPROXY_URL}
COPY go.mod ./ COPY go.mod ./