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 75354b1 commit ca41ba5Copy full SHA for ca41ba5
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:7.3.0-jdk21 as ssh-agent
+FROM jenkins/ssh-agent:7.5.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