Skip to content

Commit 8b17f53

Browse files
committed
chore: update PostgreSQL to 12.3 for local development
1 parent 6a966b6 commit 8b17f53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

local/postgres-db/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM postgres:9.5
2-
COPY create-multiple-postgresql-databases.sh /docker-entrypoint-initdb.d/
1+
FROM postgres:12.3
2+
COPY create-multiple-postgresql-databases.sh /docker-entrypoint-initdb.d/

0 commit comments

Comments
 (0)