mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-09-02 09:25:59 +00:00
fix(docker): pin runtime base to alpine:3.24 (#740)
Pins the runtime stage to the alpine 3.24 branch so builds pick up current musl/zlib/openssl fixes. Refs #738
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ WORKDIR /build/src
|
|||||||
RUN make build_go
|
RUN make build_go
|
||||||
|
|
||||||
# Stage - runner
|
# Stage - runner
|
||||||
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine
|
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.24
|
||||||
|
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
ARG BUILDPLATFORM
|
ARG BUILDPLATFORM
|
||||||
|
|||||||
Reference in New Issue
Block a user