Skip to content

Commit

Permalink
chore(deps): Bump jenkins/ssh-agent in /dockerfiles/maven
Browse files Browse the repository at this point in the history
Bumps jenkins/ssh-agent from 5.17.0 to 5.20.0.

---
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>
  • Loading branch information
dependabot[bot] authored Nov 23, 2023
1 parent fc99371 commit ce4de29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/maven/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jenkins/ssh-agent:5.17.0 as ssh-agent
FROM jenkins/ssh-agent:5.20.0 as ssh-agent

# ca-certificates because curl will need it later on for the maven installation
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && apt-get clean && \
Expand Down

0 comments on commit ce4de29

Please sign in to comment.