Skip to content

Commit

Permalink
v1.18.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DeyiXu committed Oct 28, 2022
1 parent 3c1aff4 commit 4f9d8d9
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.6-alpine
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
FROM golang:1.18.7-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

0 comments on commit 4f9d8d9

Please sign in to comment.