Skip to content

Commit

Permalink
[deps] DevOps: Update docker-compose minor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent f7bc5df commit 8096135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
- postgres

mysql:
image: mysql:8.0
image: mysql:8.4
container_name: bw-mysql
ports:
- "3306:3306"
Expand All @@ -71,7 +71,7 @@ services:
- mysql

idp:
image: kenchan0130/simplesamlphp:1.19.8
image: kenchan0130/simplesamlphp:1.19.9
container_name: idp
ports:
- "8090:8080"
Expand Down

0 comments on commit 8096135

Please sign in to comment.