diff --git a/test/Dockerfile b/test/Dockerfile index d26cefdd..5c794cfa 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -13,7 +13,7 @@ ARG BUILD_DEPS="\ pkg-config \ " -FROM debian:13.6-slim@sha256:3a39a0592364683e6bab97937b72cad5a8fa6dcbbee90edb3bb48c7f8e94f258 AS build +FROM debian:13.6-slim@sha256:d7e12182ce18b85b93007c1dedf31f2d29e01ccf3182cc4017c709b6259bc132 AS build ARG RUN_DEPS ARG BUILD_DEPS @@ -48,7 +48,7 @@ RUN meson setup build \ RUN meson install --destdir=/staging/ -C build -FROM debian:13.6-slim@sha256:3a39a0592364683e6bab97937b72cad5a8fa6dcbbee90edb3bb48c7f8e94f258 AS deploy +FROM debian:13.6-slim@sha256:d7e12182ce18b85b93007c1dedf31f2d29e01ccf3182cc4017c709b6259bc132 AS deploy ARG RUN_DEPS ENV RUN_DEPS=$RUN_DEPS