From 541b1b34614d3c98509c9afc3f435249ba289264 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 03:39:17 +0800 Subject: [PATCH] chore(deps): update docker:26.0.1-cli docker digest to e35a56a (#78) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f7ea643..49c59cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM jenkins/ssh-agent:5.31.0@sha256:e26d7a393221abafb05dd5999e11846bea48f6973f63e110448862cfb1cdcf46 # Copy the docker binary from the official docker image -COPY --from=docker:26.0.1-cli@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb /usr/local/bin/docker /usr/local/bin/docker +COPY --from=docker:26.0.1-cli@sha256:e35a56a764a1b32e2f5efc78932bd4ed068fe1be830f8cc8a89dae2f0de4c55d /usr/local/bin/docker /usr/local/bin/docker # Allow jenkins user to run docker as root due to socket mount permissions RUN chmod -v a+s $(which docker)