We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20923df + 6458dcb commit 7c480f4Copy full SHA for 7c480f4
1 file changed
dockerfiles/Dockerfile.vendor
@@ -9,7 +9,7 @@ RUN apk add --no-cache bash git rsync
9
WORKDIR /src
10
11
FROM base AS vendored
12
-ENV GOPROXY=direct
+ENV GOPROXY=https://proxy.golang.org|direct
13
RUN --mount=target=/context \
14
--mount=target=.,type=tmpfs \
15
--mount=target=/go/pkg/mod,type=cache <<EOT
0 commit comments