From f286b66fe4096923ab72607dbe1dc45b2b771ce7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 20:15:28 -0400 Subject: [PATCH] chore(deps): update postgres docker tag to v15 (#10976) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0e85256663..137ab61cb1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -50,7 +50,7 @@ jobs: services: postgres: - image: 'postgres:14-alpine' + image: 'postgres:15-alpine' env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres