Use latest version of Postgres 14

This commit is contained in:
rubenwardy 2024-05-16 16:56:07 +01:00
parent 8e719e3503
commit aaecfb1121

@ -1,7 +1,7 @@
version: '3'
services:
db:
image: "postgres:14.1"
image: "postgres:14"
restart: unless-stopped
volumes:
- "./data/db:/var/lib/postgresql/data"