Skip to content

Commit 6dc7533

Browse files
Bump ssh-agent version to 5.48.0 (#663)
* chore: [jenkins/ssh-agent] Bump Docker image tag in "build-docker-com... ... pose.yaml" Made with ❤️️ by updatecli * chore: [jenkins/ssh-agent] Bump Docker image tag in "docker-compose.y... ... aml" Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a6b0f0a commit 6dc7533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ services:
6262
timeout: 10s
6363
retries: 5
6464
default_agent:
65-
image: jenkins/ssh-agent:5.47.0
65+
image: jenkins/ssh-agent:5.48.0
6666
container_name: desktop-jenkins_agent-1
6767
profiles:
6868
- default

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ services:
109109
# The healthcheck command for each agent checks if the authorized_keys file exists in the /home/jenkins/.ssh directory.
110110
# The /home/jenkins/.ssh directory in each agent container is mapped to the agent-ssh-dir volume on the host.
111111
default_agent:
112-
image: jenkins/ssh-agent:5.47.0
112+
image: jenkins/ssh-agent:5.48.0
113113
container_name: desktop-jenkins_agent-1
114114
profiles:
115115
- default

0 commit comments

Comments
 (0)