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 6b1d6cfd96
commit 7a9e42a895
10 changed files with 35 additions and 2 deletions

View File

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