From d0158e697aae3d32c802b584e588eb87d462d2bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 08:11:13 +0000 Subject: [PATCH] chore(deps): update ghcr.io/getsentry/image-mirror-library-postgres docker tag to v18 --- .github/workflows/test-integrations-dbs.yml | 2 +- .github/workflows/test-integrations-web-1.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-integrations-dbs.yml b/.github/workflows/test-integrations-dbs.yml index b8d83cff98..f0dfc26a05 100644 --- a/.github/workflows/test-integrations-dbs.yml +++ b/.github/workflows/test-integrations-dbs.yml @@ -21,7 +21,7 @@ jobs: os: [ubuntu-22.04] services: postgres: - image: ghcr.io/getsentry/image-mirror-library-postgres:17-alpine + image: ghcr.io/getsentry/image-mirror-library-postgres:18-alpine env: POSTGRES_PASSWORD: sentry # Set health checks to wait until postgres has started diff --git a/.github/workflows/test-integrations-web-1.yml b/.github/workflows/test-integrations-web-1.yml index 0208e4fe14..7aefb6fc6f 100644 --- a/.github/workflows/test-integrations-web-1.yml +++ b/.github/workflows/test-integrations-web-1.yml @@ -21,7 +21,7 @@ jobs: os: [ubuntu-22.04] services: postgres: - image: ghcr.io/getsentry/image-mirror-library-postgres:17-alpine + image: ghcr.io/getsentry/image-mirror-library-postgres:18-alpine env: POSTGRES_PASSWORD: sentry # Set health checks to wait until postgres has started