From 22c52473f8e07b75434858fdfddf9f1ecde957a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 23:08:54 +0000 Subject: [PATCH] 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] --- dockerfiles/python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/python/Dockerfile b/dockerfiles/python/Dockerfile index 87f6e2c7..e0a166e9 100644 --- a/dockerfiles/python/Dockerfile +++ b/dockerfiles/python/Dockerfile @@ -1,7 +1,7 @@ # 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. # We start from the Jenkins SSH agent image version 5.20.0. -FROM jenkins/ssh-agent:7.2.0-jdk21 as ssh-agent +FROM jenkins/ssh-agent:7.3.0-jdk21 as ssh-agent # The RUN command executes a series of commands in the new layer of the image and commits the results. # The following commands are executed: