We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc6480 commit eac5051Copy full SHA for eac5051
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.16.11-alpine
+FROM golang:1.17.10-alpine
2
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
3
RUN apk --no-cache add git
4
RUN apk --no-cache add gcc
0 commit comments