make sure we are using version 12 of postgres for now

This commit is contained in:
Kelly McDonald 2021-01-04 10:11:03 -05:00
parent cd6604a3c8
commit 3b70b8c96d
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
FROM postgres
FROM postgres:12
COPY ./initdb.sh /docker-entrypoint-initdb.d/initdb.sh
EXPOSE 5432