From 61051622f3da3787ebfaa93e81992ee8a55bf9de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 08:01:28 +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 42feb40a08c0..5a4064c1a991 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:13.15 + image: postgres:17.0 env: POSTGRES_USER: postgres POSTGRES_DB: postgres @@ -261,7 +261,7 @@ jobs: - 6379:6379 options: --entrypoint redis-server postgres: - image: postgres:13.15 + image: postgres:17.0 env: POSTGRES_USER: postgres POSTGRES_DB: postgres @@ -313,7 +313,7 @@ jobs: - 6379:6379 options: --entrypoint redis-server postgres: - image: postgres:13.15 + image: postgres:17.0 env: POSTGRES_USER: postgres POSTGRES_DB: postgres @@ -355,7 +355,7 @@ jobs: - 6379:6379 options: --entrypoint redis-server postgres: - image: postgres:13.15 + image: postgres:17.0 env: POSTGRES_USER: postgres POSTGRES_DB: postgres diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index cf3c456742a8..d322c45b8952 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:13.15 + image: postgres:17.0 env: POSTGRES_USER: postgres POSTGRES_DB: postgres