Skip to content

Commit

Permalink
chore: [Dockerfile] Update the JDK17 version for SDKMAN
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
jenkins-infra-bot committed Jan 27, 2025
1 parent 26d01fa commit 0ad116e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitpod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM gitpod/workspace-java-17
# Define the versions of the JDKs to install. This is used by the `sdk install java` command to install the specified JDK.
ENV JDK8_PACKAGE=8.0.442-tem
ENV JDK11_PACKAGE=11.0.26-tem
ENV JDK17_PACKAGE=17.0.13-tem
ENV JDK17_PACKAGE=17.0.14-tem
ENV JDK21_PACKAGE=21.0.6-tem

# Update the package list and install Maven. Maven is required for building Java projects, including Jenkins plugins.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && \
# Set environment variables for JDK versions managed by SDKMAN
ENV JDK8_PACKAGE=8.0.442-tem
ENV JDK11_PACKAGE=11.0.26-tem
ENV JDK17_PACKAGE=17.0.13-tem
ENV JDK17_PACKAGE=17.0.14-tem
ENV JDK21_PACKAGE=21.0.6-tem
ENV MVN_INSTALL_PLUGIN_VERSION=3.1.3

Expand Down

0 comments on commit 0ad116e

Please sign in to comment.