Skip to content

Commit

Permalink
Bump jenkins/ssh-agent in /04_python_tutorial/dockerfiles/agent (#584)
Browse files Browse the repository at this point in the history
Bumps jenkins/ssh-agent from 5.47.0-jdk17 to 5.48.0-jdk17.

---
updated-dependencies:
- dependency-name: jenkins/ssh-agent
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent da26647 commit 646e941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04_python_tutorial/dockerfiles/agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the base image
FROM jenkins/ssh-agent:5.47.0-jdk17 as ssh-agent
FROM jenkins/ssh-agent:5.48.0-jdk17 as ssh-agent

# Install necessary dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 646e941

Please sign in to comment.