chore(deps): update jenkins/jenkins docker tag to v2.414 (#221)
* chore(deps): update jenkins/jenkins docker tag to v2.414 * 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:
parent
7a4be72207
commit
f2f2672c16
|
|
@ -2,7 +2,7 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
jenkins:
|
jenkins:
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
image: jenkins/jenkins:2.413
|
image: jenkins/jenkins:2.414
|
||||||
restart: always
|
restart: always
|
||||||
privileged: true
|
privileged: true
|
||||||
user: root
|
user: root
|
||||||
Loading…
Reference in New Issue