Skip to content

Commit

Permalink
chore(deps): update docker docker tag to v27.1.1 (#115)
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 Jul 26, 2024
1 parent 30976a2 commit 25ceda8
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.44.0@sha256:5eec77f3e5e1011faeb5e76bcdc049d11879fd7b90d52867c13e41abc8568a72
# Copy the docker binary from the official docker image
COPY --from=docker:27.0.3-cli@sha256:ee25b896c95a295d3a6413862c83c7eae85ee8cae50b0315f76510b1a253c9ee /usr/local/bin/docker /usr/local/bin/docker
COPY --from=docker:27.1.1-cli@sha256:39d10d90ef5f6712e6d956c0b175a814259cc9fbd890cf16661c8093de7b04b1 /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 25ceda8

Please sign in to comment.