Commit d6f1203d authored by Ignacio's avatar Ignacio
Browse files

Actualiza postgres a 10.6 y postgis 2.5

parent 1e9bdbce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
FROM postgres:10.3
FROM postgres:10.6

LABEL maintainer="info@redmic.es"

@@ -7,7 +7,7 @@ ENV PG_PORT="5432" \
	PG_SHARED_PRELOAD_LIBRARIES="pg_cron" \
	POSTGRES_USER="postgres" \
	POSTGRES_PASSWORD="password" \
	PG_POSTGIS_VERSION="2.4" \
	PG_POSTGIS_VERSION="2.5" \
	CONFIG_PATH="/"

COPY scripts /tmp