Skip to content

Commit

Permalink
chore(deps): update docker docker tag to v27.2.0 (#121)
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 Sep 7, 2024
1 parent eec1ab7 commit 8dc1526
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.46.0@sha256:c9bfe9015a8ca6f32465e9b996f325c5e2e2b28f534f12f3dc472efbad49d496
# Copy the docker binary from the official docker image
COPY --from=docker:27.1.1-cli@sha256:39d10d90ef5f6712e6d956c0b175a814259cc9fbd890cf16661c8093de7b04b1 /usr/local/bin/docker /usr/local/bin/docker
COPY --from=docker:27.2.0-cli@sha256:b0d5aafe0208821bdbe683e141cac9dac1a4ff30e5f56c7ae1359cbbeeb1d43f /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 8dc1526

Please sign in to comment.