File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ ARG BUILD_DEPS="\
56
56
systemtap-sdt-dev \
57
57
"
58
58
59
- FROM debian:13.1-slim@sha256:c2880112cc5c61e1200c26f106e4123627b49726375eb5846313da9cca117337 AS build
59
+ FROM debian:13.1-slim@sha256:1caf1c703c8f7e15dcf2e7769b35000c764e6f50e4d7401c355fb0248f3ddfdb AS build
60
60
61
61
ARG RUN_DEPS
62
62
ARG BUILD_DEPS
@@ -93,7 +93,7 @@ RUN meson setup build \
93
93
94
94
RUN meson install --destdir=/staging/ -C build
95
95
96
- FROM debian:13.1-slim@sha256:c2880112cc5c61e1200c26f106e4123627b49726375eb5846313da9cca117337 AS deploy
96
+ FROM debian:13.1-slim@sha256:1caf1c703c8f7e15dcf2e7769b35000c764e6f50e4d7401c355fb0248f3ddfdb AS deploy
97
97
98
98
ARG RUN_DEPS
99
99
ENV RUN_DEPS=$RUN_DEPS
Original file line number Diff line number Diff line change 1
- FROM debian:13.1-slim@sha256:c2880112cc5c61e1200c26f106e4123627b49726375eb5846313da9cca117337
1
+ FROM debian:13.1-slim@sha256:1caf1c703c8f7e15dcf2e7769b35000c764e6f50e4d7401c355fb0248f3ddfdb
2
2
3
3
ARG RUN_DEPS="\
4
4
ca-certificates \
You can’t perform that action at this time.
0 commit comments