From a7785bfec48b96d1a23a5cbeaca94d60cc2bb987 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 11:14:10 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E2=AC=86=EF=B8=8F=20Update=20do?= =?UTF-8?q?cker.io/postgres=20Docker=20tag=20to=20v18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index ce85fb5..0e369c6 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -4,7 +4,7 @@ networks: services: db01: - image: docker.io/postgres:17 + image: docker.io/postgres:18 restart: ${RESTART_POLICY} pids_limit: 100 read_only: true