Update docker.io/library/postgres Docker tag to v18.3

This commit is contained in:
2026-03-17 02:32:51 +00:00
parent 8689840df9
commit 3461100564
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
services:
pocket-id-db:
container_name: pocket-id-db
image: docker.io/library/postgres:18.2@sha256:9b5bd946f3a507db72c55959700e517463e8d5dbb6f7eb30d920d5bcf6951431
image: docker.io/library/postgres:18.3@sha256:d97e12178dfeddd3ed303eae53de1f556b20e7e42c68db809aa33f6527b3ab2b
restart: unless-stopped
environment:
- POSTGRES_USER=${POSTGRES_USER}