Updated PostgreSQL libs to 16 version

This commit is contained in:
Alexey Pustovalov
2024-05-10 19:24:20 +09:00
parent 6edbad4d40
commit c9721853fb
13 changed files with 119 additions and 35 deletions

View File

@@ -47,8 +47,13 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
php-xml \
postgresql \
supervisor" && \
microdnf -y module enable php:8.2 nginx:1.24 && \
microdnf module enable postgresql:15 && \
microdnf -y module enable \
--disablerepo "*" \
--enablerepo "ol8_baseos_latest" \
--enablerepo "ol8_appstream" \
--setopt=install_weak_deps=0 \
--setopt=keepcache=0 \
postgresql:16 php:8.2 nginx:1.24 && \
microdnf -y install \
--disablerepo="*" \
--enablerepo="ol8_baseos_latest" \