Skip to content

Commit 933ad38

Browse files
chore: [jenkins/ssh-agent] Bump Docker image tag in "dockerfiles/pyth...
... on/Dockerfile" Made with ❤️️ by updatecli
1 parent e938c78 commit 933ad38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This Dockerfile is used to create a Jenkins SSH agent with Python and several Python packages installed in order to run the python sample tutorial.
22

33
# We start from the Jenkins SSH agent image version 5.20.0.
4-
FROM jenkins/ssh-agent:6.16.0-jdk21 as ssh-agent
4+
FROM jenkins/ssh-agent:6.17.0-jdk21 as ssh-agent
55

66
# The RUN command executes a series of commands in the new layer of the image and commits the results.
77
# The following commands are executed:

0 commit comments

Comments
 (0)