Skip to content

Commit d887381

Browse files
chore(deps): bump jenkins/ssh-agent in /dockerfiles/maven (#126)
1 parent 804abb4 commit d887381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/maven/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jenkins/ssh-agent:5.24.0 as ssh-agent
1+
FROM jenkins/ssh-agent:5.25.0 as ssh-agent
22

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

0 commit comments

Comments
 (0)