Updated Nginx 1.26 and PHP 8.3 on CentOS
This commit is contained in:
parent
c2f4ebe39a
commit
2518aa7bd6
@ -65,7 +65,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
--enablerepo "appstream" \
|
--enablerepo "appstream" \
|
||||||
--setopt=install_weak_deps=0 \
|
--setopt=install_weak_deps=0 \
|
||||||
--setopt=keepcache=0 \
|
--setopt=keepcache=0 \
|
||||||
php:8.2 && \
|
php:8.3 && \
|
||||||
microdnf -y install \
|
microdnf -y install \
|
||||||
--disablerepo "*" \
|
--disablerepo "*" \
|
||||||
--enablerepo "baseos" \
|
--enablerepo "baseos" \
|
||||||
|
|||||||
@ -65,7 +65,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
--enablerepo "appstream" \
|
--enablerepo "appstream" \
|
||||||
--setopt=install_weak_deps=0 \
|
--setopt=install_weak_deps=0 \
|
||||||
--setopt=keepcache=0 \
|
--setopt=keepcache=0 \
|
||||||
php:8.2 \
|
php:8.3 \
|
||||||
postgresql:16 && \
|
postgresql:16 && \
|
||||||
microdnf -y install \
|
microdnf -y install \
|
||||||
--disablerepo "*" \
|
--disablerepo "*" \
|
||||||
|
|||||||
@ -56,8 +56,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
--enablerepo "appstream" \
|
--enablerepo "appstream" \
|
||||||
--setopt=install_weak_deps=0 \
|
--setopt=install_weak_deps=0 \
|
||||||
--setopt=keepcache=0 \
|
--setopt=keepcache=0 \
|
||||||
php:8.2 \
|
php:8.3 \
|
||||||
nginx:1.24 && \
|
nginx:1.26 && \
|
||||||
microdnf -y install \
|
microdnf -y install \
|
||||||
--disablerepo "*" \
|
--disablerepo "*" \
|
||||||
--enablerepo "extras-common" \
|
--enablerepo "extras-common" \
|
||||||
|
|||||||
@ -63,9 +63,9 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
--enablerepo "appstream" \
|
--enablerepo "appstream" \
|
||||||
--setopt=install_weak_deps=0 \
|
--setopt=install_weak_deps=0 \
|
||||||
--setopt=keepcache=0 \
|
--setopt=keepcache=0 \
|
||||||
php:8.2 \
|
php:8.3 \
|
||||||
postgresql:16 \
|
postgresql:16 \
|
||||||
nginx:1.24 && \
|
nginx:1.26 && \
|
||||||
microdnf -y install \
|
microdnf -y install \
|
||||||
--disablerepo "*" \
|
--disablerepo "*" \
|
||||||
--enablerepo "baseos" \
|
--enablerepo "baseos" \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user