From c94bd95265876750094560eaf27e876376d9d467 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 14:21:45 +0000 Subject: [PATCH] Update postgres Docker tag to v18 | datasource | package | from | to | | ---------- | -------- | ---- | ---- | | docker | postgres | 17.7 | 18.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 1fba141a..b747edf0 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -14,7 +14,7 @@ jobs: services: postgres: # Docker Hub image - image: "postgres:17.7" + image: "postgres:18.1" # Provide the password for postgres env: POSTGRES_PASSWORD: postgres