Updated Nginx 1.26 and PHP 8.3 on CentOS

This commit is contained in:
Alexey Pustovalov 2025-12-18 15:03:41 +09:00
parent 3883e97ae0
commit 5047f61015
4 changed files with 6 additions and 6 deletions

View File

@ -66,7 +66,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

@ -66,7 +66,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

@ -57,8 +57,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

@ -64,9 +64,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" \