Updated OpenJDK to 17 version

This commit is contained in:
Alexey Pustovalov
2023-09-20 18:13:10 +09:00
parent 9e3c6efd18
commit 2a401d5745
10 changed files with 11 additions and 11 deletions

View File

@ -32,7 +32,7 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}/src/zabbix_java/lib", "/usr/sbi
RUN set -eux && \
REPOLIST="baseos,appstream" && \
INSTALL_PKGS="bash \
java-1.8.0-openjdk-headless \
java-17-openjdk-headless \
findutils" && \
dnf -y install \
--disablerepo "*" \