Skip to content

Commit

Permalink
chore(deps): update docker docker tag to v26.1.2 (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 13, 2024
1 parent f4312d0 commit 19461f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM jenkins/ssh-agent:5.34.0@sha256:f00e3754c56038401b4c368c6c2d5eab274863b49623ba49c96d6c391b8aba71
# Copy the docker binary from the official docker image
COPY --from=docker:26.1.1-cli@sha256:301afb5299dbb194d7b0e21fc9bf7fccedcef4cf367479041301a757a3a63e47 /usr/local/bin/docker /usr/local/bin/docker
COPY --from=docker:26.1.2-cli@sha256:df7f1d03809c000e403e496a0b27ff12bcb9b284549ea770dab0abffc028287a /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)

0 comments on commit 19461f3

Please sign in to comment.