Skip to content

Commit

Permalink
Merge pull request #6476 from payara/FISH-7997-Update-docker-jdk
Browse files Browse the repository at this point in the history
FISH-7997 FISH-7998 update docker jdk
  • Loading branch information
abdulrahim458 authored Nov 14, 2023
2 parents ed619d1 + 24c91e8 commit 7c5eff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appserver/extras/docker-images/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
<docker.noCache>true</docker.noCache>

<docker.java.repository>azul/zulu-openjdk</docker.java.repository>
<docker.jdk11.tag>11.0.20</docker.jdk11.tag>
<docker.jdk17.tag>17.0.8</docker.jdk17.tag>
<docker.jdk11.tag>11.0.21</docker.jdk11.tag>
<docker.jdk17.tag>17.0.9</docker.jdk17.tag>

<docker.payara.domainName>domain1</docker.payara.domainName>
<docker.payara.rootDirectoryName>payara6</docker.payara.rootDirectoryName>
Expand Down

0 comments on commit 7c5eff9

Please sign in to comment.