Docker: back to official jenkins image; update jenkins version to 2.3
This commit is contained in:
parent
d28dc626a6
commit
3aaba77684
|
@ -64,7 +64,7 @@ redis:
|
|||
- /srv/docker/gitlab/redis:/var/lib/redis
|
||||
jenkins:
|
||||
restart: always
|
||||
image: blacklabelops/jenkins:2.1
|
||||
image: jenkins:2.3
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "50000:50000"
|
||||
|
|
Loading…
Reference in New Issue