We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc97b7d commit 47652d4Copy full SHA for 47652d4
Dockerfile
@@ -6,7 +6,7 @@ COPY . .
6
RUN go mod download && \
7
CGO_ENABLED=0 go build -ldflags="-s -w" -o "wgcf"
8
9
-FROM alpine:3.15.0
+FROM alpine:3.15.4
10
11
WORKDIR /
12
0 commit comments