Skip to content

Commit

Permalink
Add GOPROXY
Browse files Browse the repository at this point in the history
Closes srvaroa#43 

See go-yaml/yaml#887 (comment) for more information.
  • Loading branch information
nlohmann authored Aug 14, 2022
1 parent cc2f468 commit 2149f1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ RUN apk add --no-cache git
WORKDIR /go/src/app
COPY . .
ENV GO111MODULE=on
ENV GOPROXY=https://proxy.golang.org
RUN go build -o action ./cmd
ENTRYPOINT ["/go/src/app/action"]

0 comments on commit 2149f1d

Please sign in to comment.