Updated Nginx 1.26 and PHP 8.3 on CentOS

This commit is contained in:
Alexey Pustovalov 2025-12-18 15:10:26 +09:00
parent c2f4ebe39a
commit 2518aa7bd6
4 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

@ -56,8 +56,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
--enablerepo "appstream" \
--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 "extras-common" \

View File

@ -63,9 +63,9 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
--enablerepo "appstream" \
--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 "baseos" \