From 5861144137270fd8fa864219f3f91e47eed54018 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 15:01:41 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v15.10 (#2462) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d26b88bcce..7eef83cb57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: services: db: - image: postgres:15.8 + image: postgres:15.10 # Health checks to wait until postgres has started options: >- --health-cmd pg_isready diff --git a/docker-compose.yml b/docker-compose.yml index 0c74d338b2..931441c622 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -23,7 +23,7 @@ x-extra-hosts: services: db: - image: postgres:15.8 + image: postgres:15.10 ports: - "5432" environment: