From ebdfedc5585ef0e464a0b76eb3cd74aa824c24f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 21:18:50 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v18 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a356bed..b89e9666 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,7 +100,7 @@ jobs: --health-retries 10 --tmpfs /var/lib/mysql postgres: - image: postgres:17 + image: postgres:18 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres