Use latest available PHP version (8.2) on EL and derivatives

This commit is contained in:
Alexey Pustovalov
2024-07-23 18:13:50 +09:00
parent 82a0eedb2e
commit 10f635094a
10 changed files with 35 additions and 2 deletions

View File

@ -62,6 +62,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
--enablerepo "appstream" \
--setopt=install_weak_deps=0 \
--setopt=keepcache=0 \
php:8.2 \
postgresql:16 && \
microdnf -y install \
--disablerepo "*" \

View File

@ -52,10 +52,10 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
supervisor" && \
microdnf -y module enable \
--disablerepo "*" \
--enablerepo "ol9_baseos_latest" \
--enablerepo "ol9_appstream" \
--setopt=install_weak_deps=0 \
--setopt=keepcache=0 \
php:8.2 \
postgresql:16 && \
microdnf -y install \
--disablerepo="*" \