We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cf7a5 commit d16e99eCopy full SHA for d16e99e
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.2
+FROM alpine:3.14.3
10
11
WORKDIR /
12
0 commit comments