From 71f1a9b88fb65e5da4ef8a67f0c54ed7f9a9945f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 02:09:42 +0000 Subject: [PATCH] chore(docker): update docker:26.1-dind docker digest to 03bffda --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 4ac6217..e5b7ed5 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -8,7 +8,7 @@ WORKDIR /src RUN make build -FROM docker:26.1-dind@sha256:d8714cbec5b4eae1cc2fa241d8c773f828cfe864de56222f798569f2251f7a04 +FROM docker:26.1-dind@sha256:03bffdab04d53ee2d34d2950f5a1bed008b5183b309e57d41244768a070da940 LABEL maintainer="Robert Kaussow " LABEL org.opencontainers.image.authors="Robert Kaussow "