Merge pull request #1002 from eikek/renovate/postgres-13.x

Update postgres Docker tag to v13.4
This commit is contained in:
eikek 2021-08-12 23:53:07 +02:00 committed by GitHub
commit 968f8f6932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ services:
- restserver - restserver
db: db:
image: postgres:13.3 image: postgres:13.4
container_name: postgres_db container_name: postgres_db
restart: unless-stopped restart: unless-stopped
volumes: volumes: