Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DeyiXu authored May 24, 2023
1 parent 4f9d8d9 commit 58c461a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.18.7-alpine
FROM golang:1.18.10-alpine
RUN apk --no-cache add git
RUN apk --no-cache add gcc
RUN apk --no-cache add libc-dev
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
RUN go env -w GOPROXY=https://goproxy.io,direct
RUN go env -w GOSUMDB=off
RUN go env -w GOSUMDB=off

0 comments on commit 58c461a

Please sign in to comment.