From 67ef5a05381128252896cede8ab174fafe80ccf9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 05:25:13 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v18 --- .github/workflows/continuous-integration.yml | 2 +- compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 71d2380..196ba32 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -13,7 +13,7 @@ jobs: services: postgres: - image: postgres:16-alpine + image: postgres:18-alpine@sha256:9a8afca54e7861fd90fab5fdf4c42477a6b1cb7d293595148e674e0a3181de15 env: POSTGRES_DB: constraint_engine_test POSTGRES_USER: app diff --git a/compose.yaml b/compose.yaml index 106f553..66c0d1c 100644 --- a/compose.yaml +++ b/compose.yaml @@ -31,7 +31,7 @@ services: restart: unless-stopped db: - image: postgres:16-alpine + image: postgres:18-alpine@sha256:9a8afca54e7861fd90fab5fdf4c42477a6b1cb7d293595148e674e0a3181de15 environment: POSTGRES_DB: constraint_engine POSTGRES_USER: ${DB_USER:-app}