From 253512cb8abe5e4478b4e233b933fa0b6d7649c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:04:04 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v18.2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f80731f52..f208e868e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: OTP_VERSION: 28.3.1 services: postgres: - image: postgres:18.1 + image: postgres:18.2 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres