mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 00:24:58 +02:00
Using PostgreSQL 13 instead of 10 version on OL
This commit is contained in:
@ -47,6 +47,7 @@ RUN set -eux && \
|
||||
postgresql \
|
||||
supervisor" && \
|
||||
microdnf -y module enable php:8.0 && \
|
||||
microdnf module enable postgresql:13 && \
|
||||
microdnf -y install \
|
||||
--disablerepo="*" \
|
||||
--enablerepo="ol8_baseos_latest" \
|
||||
|
Reference in New Issue
Block a user