Skip to content

Commit e6aa284

Browse files
Copilotyury-s
andcommitted
Fix comments to reference Java 25 instead of Java 21
Co-authored-by: yury-s <9798949+yury-s@users.noreply.github.com>
1 parent 4d8e415 commit e6aa284

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/docker/Dockerfile.jammy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apt-get update && \
2222
adduser pwuser
2323

2424
# Ubuntu 22.04 and earlier come with Maven 3.6.3 which fails with
25-
# Java 21, so we install latest Maven from Apache instead.
25+
# Java 25, so we install latest Maven from Apache instead.
2626
RUN VERSION=3.9.12 && \
2727
wget -O - https://archive.apache.org/dist/maven/maven-3/$VERSION/binaries/apache-maven-$VERSION-bin.tar.gz | tar zxfv - -C /opt/ && \
2828
ln -s /opt/apache-maven-$VERSION/bin/mvn /usr/local/bin/

utils/docker/Dockerfile.noble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apt-get update && \
2222
adduser pwuser
2323

2424
# Ubuntu 22.04 and earlier come with Maven 3.6.3 which fails with
25-
# Java 21, so we install latest Maven from Apache instead.
25+
# Java 25, so we install latest Maven from Apache instead.
2626
RUN VERSION=3.9.12 && \
2727
wget -O - https://archive.apache.org/dist/maven/maven-3/$VERSION/binaries/apache-maven-$VERSION-bin.tar.gz | tar zxfv - -C /opt/ && \
2828
ln -s /opt/apache-maven-$VERSION/bin/mvn /usr/local/bin/

0 commit comments

Comments
 (0)