bump postgres to latest version

This commit is contained in:
redwerkz
2022-09-14 05:53:20 +02:00
committed by jwobith
parent 854d94601f
commit 819afb3569
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ services:
- /etc/localtime:/etc/localtime:ro
db:
restart: unless-stopped
image: postgres:9.6
image: postgres:14.5
container_name: db
environment:
POSTGRES_DB: ${DB_NAME}