Upgrade PostgreSQL to v14

This commit is contained in:
rubenwardy 2022-01-17 18:15:47 +00:00
parent 9cc79d9fa5
commit da1ae4c270
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
version: '3'
services:
db:
image: "postgres:9.6.5"
image: "postgres:14.1"
volumes:
- "./data/db:/var/lib/postgresql/data"
env_file: