Using PostgreSQL 13 instead of 10 version on OL

This commit is contained in:
Alexey Pustovalov 2022-10-06 11:01:33 +03:00
parent d3d0e896bb
commit 405f0ec088
3 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,7 @@ RUN set -eux && \
postgresql-libs \
zlib \
unixODBC" && \
microdnf module enable postgresql:13 && \
microdnf -y install \
--disablerepo="*" \
--enablerepo="ol8_baseos_latest" \

View File

@ -49,6 +49,7 @@ RUN set -eux && \
glibc-locale-source \
supervisor" && \
microdnf -y module enable php:7.4 && \
microdnf module enable postgresql:13 && \
microdnf -y install \
--disablerepo="*" \
--enablerepo="ol8_baseos_latest" \

View File

@ -47,6 +47,7 @@ RUN set -eux && \
postgresql \
supervisor" && \
microdnf -y module enable php:7.4 && \
microdnf module enable postgresql:13 && \
microdnf -y install \
--disablerepo="*" \
--enablerepo="ol8_baseos_latest" \