Skip to content

Commit

Permalink
Merge pull request #7171 from Viii3/Community6-Docker-JDK
Browse files Browse the repository at this point in the history
FISH-10467 FISH-10468 FISH-10469 Update Docker JDKs
  • Loading branch information
Viii3 authored Jan 29, 2025
2 parents f10e6e3 + 4475ca4 commit 3d5eb80
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.25-jdk</docker.jdk11.tag>
<docker.jdk17.tag>17.0.13-jdk</docker.jdk17.tag>
<docker.jdk21.tag>21.0.5-jdk</docker.jdk21.tag>
<docker.jdk11.tag>11.0.26-jdk</docker.jdk11.tag>
<docker.jdk17.tag>17.0.14-jdk</docker.jdk17.tag>
<docker.jdk21.tag>21.0.6-jdk</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 3d5eb80

Please sign in to comment.