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 5fb8053 commit 427aa4cCopy full SHA for 427aa4c
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:5.47.0 as ssh-agent
+FROM jenkins/ssh-agent:5.48.0 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