Skip to content

Commit

Permalink
Update Dockerfile to use JDK 17 (#13823)
Browse files Browse the repository at this point in the history
Fixes #13731

Co-authored-by: Trig <7973740+Trigtrig@users.noreply.github.com>
Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
  • Loading branch information
3 people committed Apr 15, 2024
1 parent 9f51236 commit 77df95b
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 77df95b

Please sign in to comment.