Skip to content

Commit

Permalink
Merge pull request #43 from jenkins-docs/dependabot/docker/dockerfile…
Browse files Browse the repository at this point in the history
…s/android/jenkins/ssh-agent-5.22.0

chore(deps): bump jenkins/ssh-agent from 5.21.0 to 5.22.0 in /dockerfiles/android
  • Loading branch information
gounthar authored Dec 12, 2023
2 parents ed9817d + 6891598 commit ae09e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/android/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jenkins/ssh-agent:5.21.0 as ssh-agent
FROM jenkins/ssh-agent:5.22.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 adb build-essential ca-certificates curl file git python3 python3-pip unzip
Expand Down

0 comments on commit ae09e0b

Please sign in to comment.