We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f06b3e commit 3cb896dCopy full SHA for 3cb896d
Dockerfile
@@ -1,7 +1,8 @@
1
-FROM golang:1.23.6-alpine
+FROM golang:1.24.5-alpine
2
RUN apk --no-cache add git
3
RUN apk --no-cache add gcc
4
RUN apk --no-cache add libc-dev
5
+RUN apk --no-cache add mingw-w64
6
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
7
RUN go env -w GOPROXY=https://goproxy.io,direct
8
RUN go env -w GOSUMDB=off
0 commit comments