Update postgres Docker tag to v14.12 #12

Open
Renovate wants to merge 1 commits from renovate/postgres-14.x into master
Showing only changes of commit 710dc89d5b - Show all commits

View File

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