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 e938c78 commit 933ad38Copy full SHA for 933ad38
dockerfiles/python/Dockerfile
@@ -1,7 +1,7 @@
1
# 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.
2
3
# We start from the Jenkins SSH agent image version 5.20.0.
4
-FROM jenkins/ssh-agent:6.16.0-jdk21 as ssh-agent
+FROM jenkins/ssh-agent:6.17.0-jdk21 as ssh-agent
5
6
# The RUN command executes a series of commands in the new layer of the image and commits the results.
7
# The following commands are executed:
0 commit comments