Skip to content

Commit 11b8f00

Browse files
committed
Update alpine Docker tag to v3.23.4
1 parent 03d4f99 commit 11b8f00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN \
2525
CGO_ENABLED=0 go build -o /go/bin/init -v --ldflags '-s -w -extldflags=-static'
2626

2727
# =========================================================
28-
FROM alpine:3.23.3 AS alpine-base
28+
FROM alpine:3.23.4 AS alpine-base
2929

3030
# =========================================================
3131
FROM alpine-base AS imager

0 commit comments

Comments
 (0)