diff --git a/Dockerfile b/Dockerfile index e0c5236..6998470 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM jenkins/ssh-agent:5.28.0@sha256:f48a12af3e0c9c86a27b7b12470c0094ef56a4906705ed7f7102e8ae36b440c5 # Copy the docker binary from the official docker image -COPY --from=docker:25.0.5-cli@sha256:b13c642b069245c5fc60d32a3162026f695844fa809fdf17d5bb64bb769d0b49 /usr/local/bin/docker /usr/local/bin/docker +COPY --from=docker:26.0.0-cli@sha256:7f7052667f682e5690ad07e49521dfbb9b72acd86774a77f8c9e4405e88368ec /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)