Skip to content

Commit

Permalink
Merge pull request #413 from boozallen/406-jenkins-image-upgrade
Browse files Browse the repository at this point in the history
#406 - Modified Jenkins images to use JDK 17
  • Loading branch information
jacksondelametter authored Oct 15, 2024
2 parents a6e2043 + c629697 commit f8378e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/jenkins/ssh-agent:latest-debian-jdk11
FROM docker.io/jenkins/ssh-agent:latest-debian-jdk17

LABEL org.opencontainers.image.source="https://github.com/boozallen/aissemble"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/jenkins/jenkins:lts-jdk11
FROM docker.io/jenkins/jenkins:lts-jdk17

LABEL org.opencontainers.image.source="https://github.com/boozallen/aissemble"

Expand Down

0 comments on commit f8378e3

Please sign in to comment.