Skip to content

Commit

Permalink
Merge pull request jenkins-docs#3 from gounthar/dependabot/docker/doc…
Browse files Browse the repository at this point in the history
…kerfiles/maven/jenkins/ssh-agent-5.20.0

chore(deps): Bump jenkins/ssh-agent from 5.17.0 to 5.20.0 in /dockerfiles/maven
  • Loading branch information
gounthar authored Nov 23, 2023
2 parents fc99371 + ce4de29 commit 0df6cd1
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 0df6cd1

Please sign in to comment.