Skip to content

Commit 77df95b

Browse files
Trigtrigdiemol
andauthored
Update Dockerfile to use JDK 17 (#13823)
Fixes #13731 Co-authored-by: Trig <[email protected]> Co-authored-by: Diego Molina <[email protected]>
1 parent 9f51236 commit 77df95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dev-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update -qqy && \
1717
git-all \
1818
ca-certificates \
1919
libssl-dev openssl \
20-
openjdk-11-jdk \
20+
openjdk-17-jdk \
2121
ruby-full && \
2222
rm -rf /var/lib/apt/lists/* /var/cache/apt/*
2323

0 commit comments

Comments
 (0)