Using PostgreSQL 13 instead of 10 version on OL

This commit is contained in:
Alexey Pustovalov 2022-10-06 11:06:29 +03:00
parent 405f0ec088
commit 965bac6365

View File

@ -42,6 +42,7 @@ RUN set -eux && \
gettext \
unixODBC-devel" && \
microdnf -y module enable mysql && \
microdnf module enable postgresql:13 && \
microdnf -y install \
--disablerepo "*" \
--enablerepo "ol8_baseos_latest" \