From 4b1a0f3b4d21ac1eebbc78cca841db1f9fac4611 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 21:51:10 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v18.4 --- deploy/compose/infrastructure/authentik.yaml | 2 +- deploy/compose/services/authorization.yaml | 2 +- deploy/compose/services/document.yaml | 2 +- deploy/compose/services/note.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/compose/infrastructure/authentik.yaml b/deploy/compose/infrastructure/authentik.yaml index ad558e7dd..d2218cbbb 100644 --- a/deploy/compose/infrastructure/authentik.yaml +++ b/deploy/compose/infrastructure/authentik.yaml @@ -52,7 +52,7 @@ services: authentik_postgresql: container_name: notopia-authentik_postgresql - image: postgres:18.3-alpine3.23 + image: postgres:18.4-alpine3.23 environment: POSTGRES_DB: ${AUTHENTIK_POSTGRESQL__NAME:-authentik} POSTGRES_PASSWORD: ${AUTHENTIK_POSTGRESQL__PASSWORD:-notopiauit} diff --git a/deploy/compose/services/authorization.yaml b/deploy/compose/services/authorization.yaml index 24b8eaea2..ca89ddcf6 100644 --- a/deploy/compose/services/authorization.yaml +++ b/deploy/compose/services/authorization.yaml @@ -3,7 +3,7 @@ services: authorization_postgresql: container_name: notopia-authorization_postgresql - image: postgres:18.3-alpine3.23 + image: postgres:18.4-alpine3.23 environment: POSTGRES_DB: ${AUTHORIZATION_POSTGRESQL_DB:-authorization} POSTGRES_USER: ${AUTHORIZATION_POSTGRESQL_USER:-notopiauit} diff --git a/deploy/compose/services/document.yaml b/deploy/compose/services/document.yaml index 0d5f2e564..ab2a33423 100644 --- a/deploy/compose/services/document.yaml +++ b/deploy/compose/services/document.yaml @@ -3,7 +3,7 @@ services: document_postgresql: container_name: notopia-document_postgresql - image: postgres:18.3-alpine3.23 + image: postgres:18.4-alpine3.23 environment: POSTGRES_DB: ${DOCUMENT_POSTGRESQL_DB:-document} POSTGRES_USER: ${DOCUMENT_POSTGRESQL_USER:-notopiauit} diff --git a/deploy/compose/services/note.yaml b/deploy/compose/services/note.yaml index fb0381dae..e4c3514ca 100644 --- a/deploy/compose/services/note.yaml +++ b/deploy/compose/services/note.yaml @@ -3,7 +3,7 @@ services: note_postgresql: container_name: notopia-note_postgresql - image: postgres:18.3-alpine3.23 + image: postgres:18.4-alpine3.23 environment: POSTGRES_DB: ${NOTE_POSTGRESQL_DB:-note} POSTGRES_USER: ${NOTE_POSTGRESQL_USER:-notopiauit}