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

This commit is contained in:
2026-03-20 15:23:14 +00:00
parent 343fb4f4af
commit 6103992a7c
3 changed files with 3 additions and 3 deletions

View File

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