Bump Postgres version.

This commit is contained in:
Ben Rog-Wilhelm 2023-05-13 16:35:10 -05:00 committed by GitHub
parent 063e8087a5
commit 143eb36aaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ services:
- "6379:6379"
postgres:
image: postgres:12.3
image: postgres:12.14
# command: ["postgres", "-c", "log_statement=all"]
# uncomment this if u wanna output all SQL queries to the console
volumes: