Skip to content

Commit 22c5247

Browse files
chore(deps): bump jenkins/ssh-agent in /dockerfiles/python
Bumps jenkins/ssh-agent from 7.2.0-jdk21 to 7.3.0-jdk21. --- updated-dependencies: - dependency-name: jenkins/ssh-agent dependency-version: 7.3.0-jdk21 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4cc053e commit 22c5247

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:7.2.0-jdk21 as ssh-agent
4+
FROM jenkins/ssh-agent:7.3.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)