Force correct postgres version

pull/157/head
Mike Lang 5 years ago
parent e23387b231
commit 8086c917fe

@ -1,4 +1,4 @@
FROM postgres:latest
FROM postgres:12
COPY postgres/setup.sh /docker-entrypoint-initdb.d/setup.sh
RUN chmod 0666 /docker-entrypoint-initdb.d/setup.sh
COPY postgres/standby_setup.sh /standby_setup.sh

Loading…
Cancel
Save