Skip to content

Commit

Permalink
update to jdk17 for jenkins image
Browse files Browse the repository at this point in the history
  • Loading branch information
kmartens27 committed Jan 29, 2025
1 parent b729914 commit fa7c016
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 fa7c016

Please sign in to comment.