Updating dependencies and docker containers to current versions

See #1157
This commit is contained in:
Patrick Baumgartner 2023-03-10 13:59:47 +00:00 committed by Dave Syer
parent cc4667122d
commit 0962ed7e8f
20 changed files with 245 additions and 150 deletions

View file

@ -2,7 +2,7 @@ version: "2.2"
services:
mysql:
image: mysql:5.7
image: mysql:8.0
ports:
- "3306:3306"
environment:
@ -14,7 +14,7 @@ services:
volumes:
- "./conf.d:/etc/mysql/conf.d:ro"
postgres:
image: postgres:14.1
image: postgres:15.2
ports:
- "5432:5432"
environment: