Skip to content

Commit 1275d07

Browse files
authored
Merge pull request #361 from gounthar/dependabot/docker/dockerfiles/python/jenkins/ssh-agent-6.9.0
chore(deps): bump jenkins/ssh-agent from 6.8.0 to 6.9.0 in /dockerfiles/python
2 parents 8ea066c + e8026b9 commit 1275d07

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.8.0 as ssh-agent
4+
FROM jenkins/ssh-agent:6.9.0 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)