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:
pocket-id-db:
container_name: pocket-id-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:
pocket-id:
container_name: pocket-id
image: ghcr.io/pocket-id/pocket-id:v1.15.0-distroless
image: ghcr.io/pocket-id/pocket-id:v1.15.0-distroless@sha256:102e9dcb75f15adfd154ef7eab0ce36c36d82fc7a56cfb006ced980cfaa3a188
restart: unless-stopped
depends_on:
pocket-id-db: