Update docker.io/library/postgres:18.1 Docker digest to 5773fe7

This commit is contained in:
2026-01-24 08:46:05 +00:00
parent 14a8dc541d
commit 1c19f5dd7f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
services:
lldap_db:
container_name: lldap_db
image: docker.io/library/postgres:18.1@sha256:bfe50b2b0ddd9b55eadedd066fe24c7c6fe06626185b73358c480ea37868024d
image: docker.io/library/postgres:18.1@sha256:5773fe724c49c42a7a9ca70202e11e1dff21fb7235b335a73f39297d200b73a2
restart: unless-stopped
environment:
- POSTGRES_USER=${POSTGRES_USER}

View File

@@ -1,7 +1,7 @@
services:
pocket-id-db:
container_name: pocket-id-db
image: docker.io/library/postgres:18.1@sha256:bfe50b2b0ddd9b55eadedd066fe24c7c6fe06626185b73358c480ea37868024d
image: docker.io/library/postgres:18.1@sha256:5773fe724c49c42a7a9ca70202e11e1dff21fb7235b335a73f39297d200b73a2
restart: unless-stopped
environment:
- POSTGRES_USER=${POSTGRES_USER}