Updated Nginx and PHP versions on CentOS based images

This commit is contained in:
Alexey Pustovalov 2022-05-10 19:25:47 +03:00
parent f765836619
commit 32aa272a22

View File

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