Skip to content

Commit

Permalink
FISH-1323 upgrade docker jdk to 8u302 and 11.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
aubi committed Oct 25, 2021
1 parent 52ed910 commit 9e63ecf
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 @@ -15,8 +15,8 @@
<docker.noCache>true</docker.noCache>

<docker.java.repository>azul/zulu-openjdk</docker.java.repository>
<docker.jdk8.tag>8u282</docker.jdk8.tag>
<docker.jdk11.tag>11.0.10</docker.jdk11.tag>
<docker.jdk8.tag>8u302</docker.jdk8.tag>
<docker.jdk11.tag>11.0.12</docker.jdk11.tag>

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

0 comments on commit 9e63ecf

Please sign in to comment.