Update postgres Docker tag to v14.10

This commit is contained in:
2024-01-16 19:00:05 +00:00
parent 1f5d0614fe
commit 73775304d1

View File

@@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres:14.6-alpine
image: postgres:14.10-alpine
restart: always
volumes:
- /mnt/data/db:/var/lib/postgresql/data