Fixed PHP version on OL web-nginx-mysql

This commit is contained in:
Alexey Pustovalov 2025-12-21 23:03:15 +09:00
parent 81e3623143
commit a8510fe47b

View File

@ -57,7 +57,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
--enablerepo "ol9_appstream" \
--setopt=install_weak_deps=0 \
--setopt=keepcache=0 \
php:8.4 \
php:8.3 \
nginx:1.26 && \
microdnf -y install \
--disablerepo="*" \