Skip to content

Commit 83f8500

Browse files
chore(deps): update docker docker tag to v28 (#161)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dc16bb8 commit 83f8500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM jenkins/ssh-agent:6.9.0@sha256:a096c4c3f30b703140c97401f226c6b8fff20dfd6e2642e39ed534bf5675c7b0
22
# 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
3+
COPY --from=docker:28.0.1-cli@sha256:79bf825c5bed0d579820cc19f6857738abc424a680b619171591e969114f2015 /usr/local/bin/docker /usr/local/bin/docker
44

55
# Allow jenkins user to run docker as root due to socket mount permissions
66
RUN chmod -v a+s $(which docker)

0 commit comments

Comments
 (0)