feat: update postgres 13->14 in docker-compose

This commit is contained in:
Ruben Fiszel
2022-05-24 16:20:11 +02:00
parent 58e2a5c179
commit 479a12f33c
+1 -1
View File
@@ -3,7 +3,7 @@ version: '3.7'
services:
db:
image: postgres:13
image: postgres:14
restart: always
volumes:
- db_data:/var/lib/postgresql/data