We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f0cbf commit 6a600d3Copy full SHA for 6a600d3
java/corretto/22/Dockerfile
@@ -31,7 +31,7 @@ RUN apt install -y \
31
RUN wget -O- -q https://apt.corretto.aws/corretto.key | apt-key add -
32
RUN add-apt-repository 'deb https://apt.corretto.aws stable main'
33
RUN apt update
34
-RUN apt install -y java-21-amazon-corretto-jdk
+RUN apt install -y java-22-amazon-corretto-jdk
35
36
## configure locale
37
RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \
0 commit comments