From a6344469581fc701d06e796327f934a6132be917 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Sep 2026 18:30:43 +0000 Subject: [PATCH] Update postgres Docker tag to v18 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 447653e..3a79133 100644 --- a/compose.yml +++ b/compose.yml @@ -31,7 +31,7 @@ services: - "coop-cloud.${STACK_NAME}.version=1.0.0+4.7.0" postgres: - image: postgres:17.6-alpine + image: postgres:18.6-alpine environment: POSTGRES_USER: nodebb POSTGRES_PASSWORD_FILE: /run/secrets/db_password