From 7c633d149ba088172df6538eb9c906a294dfd390 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 08:30:09 -0400 Subject: [PATCH] chore(deps): update postgres docker tag to v15.8 (#492) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci_code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_code.yml b/.github/workflows/ci_code.yml index 80aaa0aa..b469c444 100644 --- a/.github/workflows/ci_code.yml +++ b/.github/workflows/ci_code.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres:15.7@sha256:68b988a164c8bdf0752fa7a4ae2d4b34a058e21c6327e69f741c081a38e97254 + image: postgres:15.8@sha256:0836104ba0de8d09e8d54e2d6a28389fbce9c0f4fe08f4aa065940452ec61c30 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres