From 9ab31a9827b48587ef866c5c46da38b58d33a2e3 Mon Sep 17 00:00:00 2001 From: Torben Nehmer Date: Sun, 12 Jul 2026 17:52:57 +0200 Subject: [PATCH] Fix Dockerfile by re-adding GOPROXY_URL argument for clarity --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 00efb91..20c5649 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 WORKDIR /src +ARG GOPROXY_URL ENV GOPROXY=${GOPROXY_URL} COPY go.mod ./