Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
pinned jenkins blueocean to 1.24.6 version as later versions use java 11 which does not allow webgoat legacy to compile
  • Loading branch information
bfd1964 authored Sep 28, 2021
1 parent 0408dd4 commit 214c929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
# Docker based build jobs that want to use NXRM need to be outside of docker
# network so they can hit the Nginx server for ingress and routing.
jenkins:
image: jenkinsci/blueocean
image: jenkinsci/blueocean:1.24.6
user: root
volumes:
- '~/.demo-pv/jenkins:/var/jenkins_home'
Expand Down

0 comments on commit 214c929

Please sign in to comment.