diff --git a/build-docker-compose.yaml b/build-docker-compose.yaml index d3e90ecc..643b3f07 100644 --- a/build-docker-compose.yaml +++ b/build-docker-compose.yaml @@ -62,7 +62,7 @@ services: timeout: 10s retries: 5 default_agent: - image: jenkins/ssh-agent:5.46.0 + image: jenkins/ssh-agent:5.47.0 container_name: desktop-jenkins_agent-1 profiles: - default diff --git a/docker-compose.yaml b/docker-compose.yaml index c56fdb02..2c5d3798 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -109,7 +109,7 @@ services: # The healthcheck command for each agent checks if the authorized_keys file exists in the /home/jenkins/.ssh directory. # The /home/jenkins/.ssh directory in each agent container is mapped to the agent-ssh-dir volume on the host. default_agent: - image: jenkins/ssh-agent:5.46.0 + image: jenkins/ssh-agent:5.47.0 container_name: desktop-jenkins_agent-1 profiles: - default