We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa77f8 commit 08688ccCopy full SHA for 08688cc
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.3
+FROM alpine:3.15.0
10
11
WORKDIR /
12
0 commit comments