Skip to content

Commit

Permalink
Update Dockerfile to use JDK 17
Browse files Browse the repository at this point in the history
Fixes #13731
  • Loading branch information
Trigtrig committed Apr 15, 2024
1 parent 4ecc103 commit 2d918c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get update -qqy && \
git-all \
ca-certificates \
libssl-dev openssl \
openjdk-11-jdk \
openjdk-17-jdk \
ruby-full && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/*

Expand Down

0 comments on commit 2d918c5

Please sign in to comment.