We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d07a9c commit ae66ed4Copy full SHA for ae66ed4
buildkite/docker/rockylinux8/Dockerfile
@@ -81,7 +81,7 @@ RUN dnf -y install https://cdn.azul.com/zulu/bin/zulu-repo-1.0.0-1.noarch.rpm &&
81
FROM rockylinux8-nojdk-devtoolset10 AS rockylinux8
82
83
RUN dnf -y install https://cdn.azul.com/zulu/bin/zulu-repo-1.0.0-1.noarch.rpm && \
84
- dnf -y install zulu11-jdk && \
+ dnf -y install zulu21-jdk && \
85
dnf clean all
86
87
FROM rockylinux8-java11-devtoolset10 AS rockylinux8-releaser
0 commit comments