Skip to content

Commit 555693c

Browse files
chore(deps): update alpine docker tag to v3.24.1
1 parent 4c8d0b6 commit 555693c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# Local `docker build` outside CI therefore requires the bin/ directory
99
# to be populated first (e.g. via goreleaser or a manual cross-compile).
10-
FROM alpine:3.24.0 AS binary-selector
10+
FROM alpine:3.24.1 AS binary-selector
1111

1212
ARG TARGETARCH
1313
ARG TARGETVARIANT
@@ -24,7 +24,7 @@ RUN set -eux; \
2424
chmod +x /usr/bin/raybeam
2525

2626
# Runtime stage
27-
FROM alpine:3.24.0
27+
FROM alpine:3.24.1
2828

2929
# OCI image annotations (dynamic labels — created/version/revision — are
3030
# added by docker/metadata-action inside build-container.yml).

0 commit comments

Comments
 (0)