Skip to content

Commit

Permalink
Update reverse proxy instructions for Java 17 (#7839)
Browse files Browse the repository at this point in the history
update to jdk17 for jenkins image
  • Loading branch information
kmartens27 authored Jan 30, 2025
1 parent b729914 commit ab58007
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ In the `docker-compose.yaml` file, add the following code:
jenkins:
networks:
main: {}
image: jenkins/jenkins:lts-jdk11
image: jenkins/jenkins:lts-jdk17
privileged: true
user: root
ports:
Expand Down Expand Up @@ -172,7 +172,7 @@ services:
jenkins:
networks:
main: {}
image: jenkins/jenkins:lts-jdk11
image: jenkins/jenkins:lts-jdk17
privileged: true
user: root
ports:
Expand Down

0 comments on commit ab58007

Please sign in to comment.