Skip to content

Commit 7c480f4

Browse files
authored
Merge pull request #4327 from thaJeztah/dockerfile_goproxy
Dockerfile.vendor: update GOPROXY to use default with fallback
2 parents 20923df + 6458dcb commit 7c480f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfiles/Dockerfile.vendor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk add --no-cache bash git rsync
99
WORKDIR /src
1010

1111
FROM base AS vendored
12-
ENV GOPROXY=direct
12+
ENV GOPROXY=https://proxy.golang.org|direct
1313
RUN --mount=target=/context \
1414
--mount=target=.,type=tmpfs \
1515
--mount=target=/go/pkg/mod,type=cache <<EOT

0 commit comments

Comments
 (0)