From a5831966e3bfa3f8a664daed17f51f3dce229575 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 01:25:45 +0000 Subject: [PATCH] chore(deps): update postgres to v18 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 4ce72dc..77f8e81 100644 --- a/compose.yml +++ b/compose.yml @@ -22,6 +22,6 @@ services: postgresql: container_name: postgresql - image: postgres:17.10 + image: postgres:18.4 environment: POSTGRES_PASSWORD: my_password \ No newline at end of file