From 3b1f2bee1375ac92775b8c9184fa4f6f317967f6 Mon Sep 17 00:00:00 2001 From: Ben Rog-Wilhelm Date: Sat, 13 May 2023 16:16:05 -0500 Subject: [PATCH] Bump Postgres version. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 64388e811..91fd884c2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: