Skip to content

Commit

Permalink
[Misc] Fix broken JDK 17 URL
Browse files Browse the repository at this point in the history
  • Loading branch information
vmassol committed Oct 18, 2024
1 parent ae08d8b commit 6e673cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ RUN mkdir -p /usr/lib/jvm && \
rm /usr/lib/jvm/java8.tar.gz

# Install Java 17
RUN wget --no-verbose -O /usr/lib/jvm/java17.deb https://download.oracle.com/java/17/archive/jdk-17_linux-x64_bin.deb && \
RUN wget --no-verbose -O /usr/lib/jvm/java17.deb https://download.oracle.com/java/17/archive/jdk-17.0.12_linux-x64_bin.deb && \
apt install /usr/lib/jvm/java17.deb && \
rm /usr/lib/jvm/java17.deb

Expand Down

0 comments on commit 6e673cc

Please sign in to comment.