From 2277a2652ca76728901a6fdd5b9c974e95778896 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 06:04:53 +0000 Subject: [PATCH] Update postgres Docker tag to v17.2 | datasource | package | from | to | | ---------- | -------- | ---- | ---- | | docker | postgres | 17.1 | 17.2 | 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 d665e153..338a1fbc 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -14,7 +14,7 @@ jobs: services: postgres: # Docker Hub image - image: "postgres:17.1" + image: "postgres:17.2" # Provide the password for postgres env: POSTGRES_PASSWORD: postgres