Skip to content

Commit

Permalink
Merge pull request #6543 from Pandrex247/Upgrade-Docker-JDK-Versions
Browse files Browse the repository at this point in the history
FISH-8262 FISH-8263 FISH-8264 Upgrade Docker JDK Versions
  • Loading branch information
Pandrex247 authored Feb 9, 2024
2 parents 0f9375a + cff8467 commit 566548f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appserver/extras/docker-images/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
<docker.noCache>true</docker.noCache>

<docker.java.repository>azul/zulu-openjdk</docker.java.repository>
<docker.jdk11.tag>11.0.21</docker.jdk11.tag>
<docker.jdk17.tag>17.0.9</docker.jdk17.tag>
<docker.jdk21.tag>21.0.1</docker.jdk21.tag>
<docker.jdk11.tag>11.0.22</docker.jdk11.tag>
<docker.jdk17.tag>17.0.10</docker.jdk17.tag>
<docker.jdk21.tag>21.0.2</docker.jdk21.tag>

<!-- List of platform architectures which we wish to build Docker images for -
shouldn't have anything not provided as an option by ${docker.java.repository}.
Expand Down

0 comments on commit 566548f

Please sign in to comment.