Skip to content

Commit

Permalink
Merge pull request #86 from LaurentGoderre/fix-java-21
Browse files Browse the repository at this point in the history
Fix java 21 versions by upgrading to Ubuntu jammy
  • Loading branch information
headius authored Apr 13, 2024
2 parents e98cdf3 + 6290c05 commit 6f94117
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 9.3/jdk21/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:21-jdk-focal
FROM eclipse-temurin:21-jdk-jammy

RUN apt-get update && apt-get install -y libc6-dev make --no-install-recommends && rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion 9.3/jre21/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:21-jre-focal
FROM eclipse-temurin:21-jre-jammy

RUN apt-get update && apt-get install -y libc6-dev make --no-install-recommends && rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion 9.4/jdk21/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:21-jdk-focal
FROM eclipse-temurin:21-jdk-jammy

RUN apt-get update && apt-get install -y libc6-dev make --no-install-recommends && rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion 9.4/jre21/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:21-jre-focal
FROM eclipse-temurin:21-jre-jammy

RUN apt-get update && apt-get install -y libc6-dev make --no-install-recommends && rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 6f94117

Please sign in to comment.