Update docker image to Postgres 12.1

This commit is contained in:
Steven Fackler 2019-12-04 16:51:55 -08:00
parent 9950ff4213
commit ed8fb9e8e7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
version: '2'
services:
postgres:
image: "sfackler/rust-postgres-test:5"
image: "sfackler/rust-postgres-test:6"
ports:
- 5433:5433

View File

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