From 028d8c45ed6a09a1ed781ae1dc05db03a736e0f1 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Thu, 28 Jul 2022 16:50:35 +0200 Subject: [PATCH] Update to postgres:14; 9.6 really is old now --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4eec25c..51f453b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: # because that allows us to use the default hostname ("postgres") # from the LedgerSMB configuration postgres: - image: postgres:9.6-alpine + image: postgres:14-alpine environment: # Replace the password below for a secure setup POSTGRES_PASSWORD: abc