From ec8c4adf5905bbb96410e9449c2e7cbeff2e66e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 21:43:44 +0000 Subject: [PATCH] Update postgres Docker tag to v18 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 0037d3e..c4b4e32 100644 --- a/compose.yaml +++ b/compose.yaml @@ -75,7 +75,7 @@ services: #- traefik.http.routers.registration-backend.entrypoints=web,websecure database: - image: postgres:17 + image: postgres:18 env_file: - .env shm_size: 256MB