We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7aa8a8 commit 262f0e5Copy full SHA for 262f0e5
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.14.1
+FROM alpine:3.14.2
10
11
WORKDIR /
12
0 commit comments