Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Commit bd4b398

Browse files
build(deps): update alpine docker tag to v3.18
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d0f9b4b commit bd4b398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN GOOS=linux go build -ldflags '-linkmode=external' -gcflags="${SKAFFOLD_GO_GC
3333

3434
# Use a Docker multi-stage build to create a lean production image.
3535
# https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
36-
FROM alpine:3.16
36+
FROM alpine:3.18
3737
# Install extra packages
3838
# See https://github.com/gliderlabs/docker-alpine/issues/136#issuecomment-272703023
3939

0 commit comments

Comments
 (0)