File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22# Final container image
3- ARG IMAGE_BASE=alpine:3.20.3 @sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
3+ ARG IMAGE_BASE=alpine:3.20.4 @sha256:780405de0f7cf99f985dd5a4f04dfc5aae71509d89505c1ba48a88d95a0ceb7f
44FROM ${IMAGE_BASE} as image-base
55
66FROM --platform=${BUILDPLATFORM} golang:1.22@sha256:0ca97f4ab335f4b284a5b8190980c7cdc21d320d529f2b643e8a8733a69bfb6b as backend-build
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN find /headlamp-plugins -mindepth 1 -maxdepth 1 -type d ! -name "headlamp-plu
2525RUN find /headlamp-plugins -mindepth 1 -maxdepth 1 -type d ! -name "headlamp-plugin" -exec ./headlamp-plugin/bin/headlamp-plugin.js extract {} /headlamp-plugins/build \;
2626
2727# Create the final image
28- FROM alpine:3.20.3 @sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
28+ FROM alpine:3.20.4 @sha256:780405de0f7cf99f985dd5a4f04dfc5aae71509d89505c1ba48a88d95a0ceb7f
2929
3030# Copy the built plugin files from the first stage to /plugins directory
3131COPY --from=builder /headlamp-plugins/build/ /plugins/
You can’t perform that action at this time.
0 commit comments