Update dependency

This commit is contained in:
Patrick Baumgartner 2023-11-24 18:32:42 +01:00 committed by Dave Syer
parent 5a9d1fc40f
commit de0e3663c0
14 changed files with 1554 additions and 609 deletions

View file

@ -2,7 +2,7 @@ version: "2.2"
services:
mysql:
image: mysql:8.0
image: mysql:8.2
ports:
- "3306:3306"
environment:
@ -14,9 +14,9 @@ services:
volumes:
- "./conf.d:/etc/mysql/conf.d:ro"
profiles:
- mysql
- mysql
postgres:
image: postgres:15.3
image: postgres:16.1
ports:
- "5432:5432"
environment:
@ -24,4 +24,4 @@ services:
- POSTGRES_USER=petclinic
- POSTGRES_DB=petclinic
profiles:
- postgres
- postgres