mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-08-26 06:10:42 +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
|
||||
|
||||
# Stage - runner
|
||||
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine
|
||||
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.24
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
ARG BUILDPLATFORM
|
||||
|
||||
Reference in New Issue
Block a user