Updated Nginx 1.26 and PHP 8.3 on Oracle Linux
This commit is contained in:
parent
f006ce776d
commit
3883e97ae0
@ -59,7 +59,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
--enablerepo "ol9_appstream" \
|
--enablerepo "ol9_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="ol9_baseos_latest" \
|
--enablerepo="ol9_baseos_latest" \
|
||||||
|
|||||||
@ -59,7 +59,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
--enablerepo "ol9_appstream" \
|
--enablerepo "ol9_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="*" \
|
||||||
|
|||||||
@ -57,8 +57,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
--enablerepo "ol9_appstream" \
|
--enablerepo "ol9_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="ol9_baseos_latest" \
|
--enablerepo="ol9_baseos_latest" \
|
||||||
|
|||||||
@ -57,9 +57,9 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
--enablerepo "ol9_appstream" \
|
--enablerepo "ol9_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="ol9_baseos_latest" \
|
--enablerepo="ol9_baseos_latest" \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user