Updated Nginx 1.26 and PHP 8.3 on RHEL

This commit is contained in:
Alexey Pustovalov 2025-12-18 15:07:16 +09:00
parent 5047f61015
commit 6e86b137c2
2 changed files with 4 additions and 4 deletions

View File

@ -81,8 +81,8 @@ 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 \
nginx:1.24 && \
php:8.3 \
nginx:1.26 && \
microdnf -y install \
--disablerepo "*" \
--enablerepo "ubi-9-baseos-rpms" \

View File

@ -82,9 +82,9 @@ 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 \
php:8.3 \
postgresql:16 \
nginx:1.24 && \
nginx:1.26 && \
microdnf -y install \
--disablerepo "*" \
--enablerepo "ubi-9-baseos-rpms" \