Skip to content

Commit

Permalink
remove default value of GOPROXY and GOSUMDB
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sun-star committed Jul 25, 2024
1 parent bff16cf commit 147ba00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile.dashboard
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ RUN yarn
RUN yarn build

FROM golang:1.22 as builder-be
ARG GOPROXY=https://goproxy.io,direct
ARG GOSUMDB=sum.golang.org
ARG GOPROXY
ARG GOSUMDB
ARG COMMIT_HASH=unknown
WORKDIR /workspace
COPY . .
Expand Down

0 comments on commit 147ba00

Please sign in to comment.