From 70002842c76e24a935019a330e1f9fd3772a0311 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 22:27:34 +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..1d0fbaff26db 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.1 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.1 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.1 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.1 env: POSTGRES_USER: postgres POSTGRES_DB: postgres diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 1d5531124c75..6dcf1e3c8d60 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.1 env: POSTGRES_USER: postgres POSTGRES_DB: postgres