Skip to content

Commit

Permalink
chore(deps): bump jenkins/ssh-agent in /dockerfiles/golang (#899)
Browse files Browse the repository at this point in the history
Bumps jenkins/ssh-agent from 6.6.0 to 6.7.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bruno Verachten <[email protected]>
  • Loading branch information
dependabot[bot] and gounthar authored Jan 14, 2025
1 parent 6473b97 commit eb6310e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/golang/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jenkins/ssh-agent:6.6.0 as ssh-agent
FROM jenkins/ssh-agent:6.7.0 as ssh-agent

# ca-certificates because curl uses certificates from ca-certificates
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && apt-get clean && \
Expand Down

0 comments on commit eb6310e

Please sign in to comment.