Updated PHP and nginx packages on Oracle Linux and CentOS

This commit is contained in:
Alexey Pustovalov
2024-03-24 23:12:11 +09:00
parent a0519655a9
commit a36519f8d4
8 changed files with 8 additions and 8 deletions

View File

@ -49,7 +49,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
supervisor" && \
dnf -y install epel-release && \
dnf -y module enable mysql && \
dnf -y module enable php:8.0 nginx:1.20 && \
dnf -y module enable php:8.0 nginx:1.22 && \
dnf -y install \
--disablerepo "*" \
--enablerepo "${REPOLIST}" \