Merge pull request #4329 from thaJeztah/23.0_backport_dockerfile_goproxy

[23.0 backport] Dockerfile.vendor: update GOPROXY to use default with fallback
This commit is contained in:
Sebastiaan van Stijn 2023-06-02 14:08:35 +02:00 committed by GitHub
commit 5df4fd8b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RUN apk add --no-cache bash git rsync
WORKDIR /src
FROM base AS vendored
ENV GOPROXY=direct
ENV GOPROXY=https://proxy.golang.org|direct
RUN --mount=target=/context \
--mount=target=.,type=tmpfs \
--mount=target=/go/pkg/mod,type=cache <<EOT