From 13102aad52d3556b18125f721bb1a018c889292a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 15:07:05 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v12.19 --- .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 939486283..19ed18c78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: services: db: - image: postgres:12.18 + image: postgres:12.19 # Health checks to wait until postgres has started options: >- --health-cmd pg_isready diff --git a/docker-compose.yml b/docker-compose.yml index 35f9839bb..374eb7903 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,7 +24,7 @@ x-extra-hosts: &default-extra-hosts services: db: - image: postgres:12.18 + image: postgres:12.19 environment: POSTGRES_PASSWORD: postgres # pragma: allowlist secret ports: