make sure we are using version 12 of postgres for now
This commit is contained in:
parent
cd6604a3c8
commit
3b70b8c96d
|
@ -1,3 +1,3 @@
|
||||||
FROM postgres
|
FROM postgres:12
|
||||||
COPY ./initdb.sh /docker-entrypoint-initdb.d/initdb.sh
|
COPY ./initdb.sh /docker-entrypoint-initdb.d/initdb.sh
|
||||||
EXPOSE 5432
|
EXPOSE 5432
|
||||||
|
|
Loading…
Reference in New Issue