From 1393fce0b0388eacce623e79a84f0f14ae4845d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:15:36 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v17 --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/e2e.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36b12039220..97696f05e98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -209,7 +209,7 @@ jobs: - 6379:6379 options: --entrypoint redis-server postgres: - image: postgres:16.6 + image: postgres:17.2 env: POSTGRES_USER: postgres POSTGRES_DB: postgres @@ -263,7 +263,7 @@ jobs: - 6379:6379 options: --entrypoint redis-server postgres: - image: postgres:16.6 + image: postgres:17.2 env: POSTGRES_USER: postgres POSTGRES_DB: postgres @@ -326,7 +326,7 @@ jobs: - 6379:6379 options: --entrypoint redis-server postgres: - image: postgres:16.6 + image: postgres:17.2 env: POSTGRES_USER: postgres POSTGRES_DB: postgres @@ -368,7 +368,7 @@ jobs: - 6379:6379 options: --entrypoint redis-server postgres: - image: postgres:16.6 + image: postgres:17.2 env: POSTGRES_USER: postgres POSTGRES_DB: postgres diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 0877b5ce0c9..539a7aef5a8 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -48,7 +48,7 @@ jobs: - 6379:6379 options: --entrypoint redis-server postgres: - image: postgres:16.6 + image: postgres:17.2 env: POSTGRES_USER: postgres POSTGRES_DB: postgres