From ae9bf5c8dc024fd7168adf9c35e957a856210ca9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 09:03:16 +0000 Subject: [PATCH] chore(deps): update pgautoupgrade/pgautoupgrade:18-alpine docker digest to eeea895 --- src/guacamole/src/compose.yaml | 2 +- src/mealie/src/compose.yaml | 2 +- src/paperless-ngx/src/compose.yaml | 2 +- src/postiz/src/compose.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/guacamole/src/compose.yaml b/src/guacamole/src/compose.yaml index 380b976..7073d7d 100644 --- a/src/guacamole/src/compose.yaml +++ b/src/guacamole/src/compose.yaml @@ -50,7 +50,7 @@ services: # detects an older PGDATA and runs `pg_upgrade` in place before starting — so an # existing install's data migrates automatically across the Postgres major. A # fresh install just initializes a new PG18 cluster (and runs the schema below). - image: pgautoupgrade/pgautoupgrade:18-alpine@sha256:19f988b90c8d0ad9c7edd70cf23c83e069abd8a57f0fdce0373588ddaf189894 + image: pgautoupgrade/pgautoupgrade:18-alpine@sha256:eeea89559ea86833979c00171be6eb09a76e846ef4e75c988ca592c9467cfb83 environment: POSTGRES_DB: guacamole_db POSTGRES_USER: guacamole_user diff --git a/src/mealie/src/compose.yaml b/src/mealie/src/compose.yaml index f97af9c..e2be9e4 100644 --- a/src/mealie/src/compose.yaml +++ b/src/mealie/src/compose.yaml @@ -60,7 +60,7 @@ services: # pgautoupgrade: on boot, detects an older PGDATA and runs `pg_upgrade` in place # before starting — so an existing install's data migrates across the Postgres # major automatically. A fresh install just initializes a new PG18 cluster. - image: pgautoupgrade/pgautoupgrade:18-alpine@sha256:19f988b90c8d0ad9c7edd70cf23c83e069abd8a57f0fdce0373588ddaf189894 + image: pgautoupgrade/pgautoupgrade:18-alpine@sha256:eeea89559ea86833979c00171be6eb09a76e846ef4e75c988ca592c9467cfb83 environment: POSTGRES_USER: "mealie" # Must match the mealie service's POSTGRES_PASSWORD default above. diff --git a/src/paperless-ngx/src/compose.yaml b/src/paperless-ngx/src/compose.yaml index 2c3c992..042be62 100644 --- a/src/paperless-ngx/src/compose.yaml +++ b/src/paperless-ngx/src/compose.yaml @@ -75,7 +75,7 @@ services: # pgautoupgrade: on boot, detects an older PGDATA and runs `pg_upgrade` in place # before starting — so an existing install's data migrates across the Postgres # major automatically. A fresh install just initializes a new PG18 cluster. - image: pgautoupgrade/pgautoupgrade:18-alpine@sha256:19f988b90c8d0ad9c7edd70cf23c83e069abd8a57f0fdce0373588ddaf189894 + image: pgautoupgrade/pgautoupgrade:18-alpine@sha256:eeea89559ea86833979c00171be6eb09a76e846ef4e75c988ca592c9467cfb83 environment: POSTGRES_DB: paperless POSTGRES_USER: paperless diff --git a/src/postiz/src/compose.yaml b/src/postiz/src/compose.yaml index 5ccc86b..b2d5d1d 100644 --- a/src/postiz/src/compose.yaml +++ b/src/postiz/src/compose.yaml @@ -63,7 +63,7 @@ services: # pgautoupgrade: on boot, detects an older PGDATA and runs `pg_upgrade` in place # before starting — so an existing install's data migrates across the Postgres # major automatically. A fresh install just initializes a new PG18 cluster. - image: pgautoupgrade/pgautoupgrade:18-alpine@sha256:19f988b90c8d0ad9c7edd70cf23c83e069abd8a57f0fdce0373588ddaf189894 + image: pgautoupgrade/pgautoupgrade:18-alpine@sha256:eeea89559ea86833979c00171be6eb09a76e846ef4e75c988ca592c9467cfb83 environment: POSTGRES_USER: postiz-user POSTGRES_PASSWORD: postiz-password @@ -128,7 +128,7 @@ services: # postiz-postgres). Temporal's own databases (`temporal` and, from auto-setup, # `temporal_visibility`) — quiesced by its own backup@1 participation, same as # the primary Postiz database. - image: pgautoupgrade/pgautoupgrade:18-alpine@sha256:19f988b90c8d0ad9c7edd70cf23c83e069abd8a57f0fdce0373588ddaf189894 + image: pgautoupgrade/pgautoupgrade:18-alpine@sha256:eeea89559ea86833979c00171be6eb09a76e846ef4e75c988ca592c9467cfb83 environment: POSTGRES_USER: temporal POSTGRES_PASSWORD: temporal