Updated Nginx and PHP versions on CentOS based images

This commit is contained in:
Alexey Pustovalov 2022-05-10 19:27:04 +03:00
parent 5e0caae42c
commit 8af4d22658

View File

@ -47,7 +47,7 @@ RUN set -eux && \
postgresql \
supervisor" && \
dnf -y install epel-release && \
dnf -y module enable php:7.4 nginx:1.18 && \
dnf -y module enable php:8.0 nginx:1.20 && \
dnf -y install \
--disablerepo "*" \
--enablerepo "${REPOLIST}" \