diff --git a/lldap/compose.yaml b/lldap/compose.yaml index 0e86e7b..877f416 100644 --- a/lldap/compose.yaml +++ b/lldap/compose.yaml @@ -1,7 +1,7 @@ services: lldap_db: container_name: lldap_db - image: docker.io/library/postgres:17.7@sha256:dca7512acaa113409df7e40d977d801e53c0c8088e45d4311a45b4065ccfdcd3 + image: docker.io/library/postgres:18.1@sha256:38d5c9d522037d8bf0864c9068e4df2f8a60127c6489ab06f98fdeda535560f9 restart: unless-stopped environment: - POSTGRES_USER=${POSTGRES_USER} diff --git a/pocket-id/compose.yaml b/pocket-id/compose.yaml index e4a07a0..444597d 100644 --- a/pocket-id/compose.yaml +++ b/pocket-id/compose.yaml @@ -1,7 +1,7 @@ services: pocket-id-db: container_name: pocket-id-db - image: docker.io/library/postgres:17.7@sha256:dca7512acaa113409df7e40d977d801e53c0c8088e45d4311a45b4065ccfdcd3 + image: docker.io/library/postgres:18.1@sha256:38d5c9d522037d8bf0864c9068e4df2f8a60127c6489ab06f98fdeda535560f9 restart: unless-stopped environment: - POSTGRES_USER=${POSTGRES_USER}