We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc16bb8 commit 83f8500Copy full SHA for 83f8500
Dockerfile
@@ -1,6 +1,6 @@
1
FROM jenkins/ssh-agent:6.9.0@sha256:a096c4c3f30b703140c97401f226c6b8fff20dfd6e2642e39ed534bf5675c7b0
2
# Copy the docker binary from the official docker image
3
-COPY --from=docker:27.5.1-cli@sha256:bb4b8a287f8407b9fea1824ba39798b46cd1bf0531680f23e768dd1c86362c79 /usr/local/bin/docker /usr/local/bin/docker
+COPY --from=docker:28.0.1-cli@sha256:79bf825c5bed0d579820cc19f6857738abc424a680b619171591e969114f2015 /usr/local/bin/docker /usr/local/bin/docker
4
5
# Allow jenkins user to run docker as root due to socket mount permissions
6
RUN chmod -v a+s $(which docker)
0 commit comments