From a8661f021c73d1220c4c1598f1b85ead1e278aa6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 15:48:19 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v18.4 --- recipes/compose.yaml | 2 +- sparkyfitness/compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/compose.yaml b/recipes/compose.yaml index a91fae1..0289d7d 100644 --- a/recipes/compose.yaml +++ b/recipes/compose.yaml @@ -5,7 +5,7 @@ x-hardening: &hardening services: db_recipes: <<: *hardening - image: postgres:16.14-alpine # exact pin, not the floating 16-alpine tag, so Renovate proposes bumps one at a time + image: postgres:18.4-alpine # exact pin, not the floating 16-alpine tag, so Renovate proposes bumps one at a time container_name: db_recipes restart: unless-stopped environment: diff --git a/sparkyfitness/compose.yaml b/sparkyfitness/compose.yaml index 3bf4863..9eedc72 100644 --- a/sparkyfitness/compose.yaml +++ b/sparkyfitness/compose.yaml @@ -9,7 +9,7 @@ x-hardening: &hardening services: sparkyfitness-db: <<: *hardening - image: postgres:18.3-alpine # upstream's own tested pin + image: postgres:18.4-alpine # upstream's own tested pin container_name: sparkyfitness-db restart: unless-stopped environment: