Updated Alpine to 3.19, PHP to 8.3 on Alpine and to 8.2 ol OL / RHEL / CentOS.

This commit is contained in:
Alexey Pustovalov
2024-05-29 17:20:56 +09:00
parent 14263c1b97
commit 940daaf8e1
30 changed files with 106 additions and 106 deletions

View File

@ -48,7 +48,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
glibc-locale-source \
supervisor" && \
microdnf -y module enable mysql && \
microdnf -y module enable php:8.0 nginx:1.22 && \
microdnf -y module enable php:8.2 nginx:1.24 && \
microdnf -y install \
--disablerepo="*" \
--enablerepo="ol8_baseos_latest" \