Skip to content

Commit 6a600d3

Browse files
committed
Update Dockerfile
1 parent 09f0cbf commit 6a600d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/corretto/22/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN apt install -y \
3131
RUN wget -O- -q https://apt.corretto.aws/corretto.key | apt-key add -
3232
RUN add-apt-repository 'deb https://apt.corretto.aws stable main'
3333
RUN apt update
34-
RUN apt install -y java-21-amazon-corretto-jdk
34+
RUN apt install -y java-22-amazon-corretto-jdk
3535

3636
## configure locale
3737
RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \

0 commit comments

Comments
 (0)