We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c1aff4 commit 4f9d8d9Copy full SHA for 4f9d8d9
Dockerfile
@@ -1,7 +1,7 @@
1
-FROM golang:1.18.6-alpine
2
-RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
+FROM golang:1.18.7-alpine
3
RUN apk --no-cache add git
4
RUN apk --no-cache add gcc
5
RUN apk --no-cache add libc-dev
+RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
6
RUN go env -w GOPROXY=https://goproxy.io,direct
7
RUN go env -w GOSUMDB=off
0 commit comments