Skip to content

Commit ee8e78f

Browse files
committed
Update alpine Docker tag to v3.23.3
1 parent fbeb8ff commit ee8e78f

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.2 AS alpine-base
28+
FROM alpine:3.23.3 AS alpine-base
2929

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

0 commit comments

Comments
 (0)