Skip to content

Commit a1c73b9

Browse files
dependabot[bot]rdmark
authored andcommitted
build(deps): bump debian from c288011 to 1caf1c7
Bumps debian from `c288011` to `1caf1c7`. --- updated-dependencies: - dependency-name: debian dependency-version: 13.1-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 81e0d63 commit a1c73b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

testsuite_deb.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ARG BUILD_DEPS="\
5656
systemtap-sdt-dev \
5757
"
5858

59-
FROM debian:13.1-slim@sha256:c2880112cc5c61e1200c26f106e4123627b49726375eb5846313da9cca117337 AS build
59+
FROM debian:13.1-slim@sha256:1caf1c703c8f7e15dcf2e7769b35000c764e6f50e4d7401c355fb0248f3ddfdb AS build
6060

6161
ARG RUN_DEPS
6262
ARG BUILD_DEPS
@@ -93,7 +93,7 @@ RUN meson setup build \
9393

9494
RUN meson install --destdir=/staging/ -C build
9595

96-
FROM debian:13.1-slim@sha256:c2880112cc5c61e1200c26f106e4123627b49726375eb5846313da9cca117337 AS deploy
96+
FROM debian:13.1-slim@sha256:1caf1c703c8f7e15dcf2e7769b35000c764e6f50e4d7401c355fb0248f3ddfdb AS deploy
9797

9898
ARG RUN_DEPS
9999
ENV RUN_DEPS=$RUN_DEPS

webmin_module.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:13.1-slim@sha256:c2880112cc5c61e1200c26f106e4123627b49726375eb5846313da9cca117337
1+
FROM debian:13.1-slim@sha256:1caf1c703c8f7e15dcf2e7769b35000c764e6f50e4d7401c355fb0248f3ddfdb
22

33
ARG RUN_DEPS="\
44
ca-certificates \

0 commit comments

Comments
 (0)