Add sha256 hash

This commit is contained in:
2025-11-18 19:36:53 +05:30
parent ed805754b5
commit 75c64417d2
17 changed files with 23 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
services:
lldap_db:
container_name: lldap_db
image: docker.io/library/postgres:17.7
image: docker.io/library/postgres:17.7@sha256:ecebd237d9aaf83112427807848bc41ba6bd4df8a2f6936e09f7db1813609625
restart: unless-stopped
environment:
- POSTGRES_USER=${POSTGRES_USER}
@@ -20,7 +20,7 @@ services:
lldap:
container_name: lldap
image: ghcr.io/lldap/lldap:v0.6.2-alpine-rootless
image: ghcr.io/lldap/lldap:v0.6.2-alpine-rootless@sha256:35df821899ec54c11eaab395e9c68e191e2582592cba343b0a904f6821aadcd2
restart: unless-stopped
depends_on:
lldap_db: