Skip to content

Commit ae66ed4

Browse files
authored
Install JDK 21 in rockylinux8 image (#2298)
This image is used by regular CI workers, which need JDK 21. The previous version (11) was a typo.
1 parent 1d07a9c commit ae66ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildkite/docker/rockylinux8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ RUN dnf -y install https://cdn.azul.com/zulu/bin/zulu-repo-1.0.0-1.noarch.rpm &&
8181
FROM rockylinux8-nojdk-devtoolset10 AS rockylinux8
8282

8383
RUN dnf -y install https://cdn.azul.com/zulu/bin/zulu-repo-1.0.0-1.noarch.rpm && \
84-
dnf -y install zulu11-jdk && \
84+
dnf -y install zulu21-jdk && \
8585
dnf clean all
8686

8787
FROM rockylinux8-java11-devtoolset10 AS rockylinux8-releaser

0 commit comments

Comments
 (0)