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}