Skip to content

Commit 6c93f9f

Browse files
authored
Update Dockerfile to Alpine 3.16
Alpine 3.12 is EOL and contains multiple vulnerabilites. Deploying on Alpine 3.16 works fine.
1 parent 02c854e commit 6c93f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN set -ex \
3535
&& echo "Compiling for $GOARCH" \
3636
&& go install -v . ./cmd/...
3737

38-
FROM $ARCH/alpine:3.12
38+
FROM $ARCH/alpine:3.16
3939

4040
COPY --from=build-container /go/bin /bin
4141

0 commit comments

Comments
 (0)