There was an error while loading. Please reload this page.
1 parent 4c8d0b6 commit 555693cCopy full SHA for 555693c
1 file changed
Dockerfile
@@ -7,7 +7,7 @@
7
#
8
# Local `docker build` outside CI therefore requires the bin/ directory
9
# to be populated first (e.g. via goreleaser or a manual cross-compile).
10
-FROM alpine:3.24.0 AS binary-selector
+FROM alpine:3.24.1 AS binary-selector
11
12
ARG TARGETARCH
13
ARG TARGETVARIANT
@@ -24,7 +24,7 @@ RUN set -eux; \
24
chmod +x /usr/bin/raybeam
25
26
# Runtime stage
27
-FROM alpine:3.24.0
+FROM alpine:3.24.1
28
29
# OCI image annotations (dynamic labels — created/version/revision — are
30
# added by docker/metadata-action inside build-container.yml).
0 commit comments