chore(deps): update jenkins/jenkins docker tag to v2.417 (#289)

* chore(deps): update jenkins/jenkins docker tag to v2.417

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2023-08-02 10:23:41 +08:00 committed by GitHub
parent d0d7ebcb14
commit c47ea9b7bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: '3'
services: services:
jenkins: jenkins:
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
image: jenkins/jenkins:2.416 image: jenkins/jenkins:2.417
restart: always restart: always
privileged: true privileged: true
user: root user: root