-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from maxkratz/feature/update-jdk-21
Updates OpenJDK to v21
- Loading branch information
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ LABEL maintainer="Max Kratz <[email protected]>" | |
# Config | ||
ARG GRADLE_VERSION=8.10 | ||
|
||
# Install OpenJDK 17 | ||
# Install OpenJDK 21 | ||
RUN apt-get update -q && \ | ||
apt-get install -yq \ | ||
openjdk-17-jre-headless | ||
openjdk-21-jre-headless | ||
|
||
# Install Gradle | ||
RUN wget -q -c https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip -P /tmp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ LABEL maintainer="Max Kratz <[email protected]>" | |
# Config | ||
ARG GRADLE_VERSION=8.10 | ||
|
||
# Install OpenJDK 17 | ||
# Install OpenJDK 21 | ||
RUN apt-get update -q && \ | ||
apt-get install -yq \ | ||
openjdk-17-jre-headless | ||
openjdk-21-jre-headless | ||
|
||
# Install Gradle | ||
RUN wget -q -c https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip -P /tmp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ LABEL maintainer="Max Kratz <[email protected]>" | |
# Config | ||
ARG GRADLE_VERSION=8.10 | ||
|
||
# Install OpenJDK 17 | ||
# Install OpenJDK 21 | ||
RUN apt-get update -q && \ | ||
apt-get install -yq \ | ||
openjdk-17-jre-headless | ||
openjdk-21-jre-headless | ||
|
||
# Install Gradle | ||
RUN wget -q -c https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip -P /tmp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters