We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a3455a commit bf01c4fCopy full SHA for bf01c4f
Dockerfile
@@ -7,7 +7,7 @@ RUN apk add --no-cache git && \
7
go mod download && \
8
CGO_ENABLED=0 go build -ldflags="-s -w" -o "wgcf"
9
10
-FROM alpine:3.15.4
+FROM alpine:3.16.0
11
12
WORKDIR /
13
0 commit comments