Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Update mysql Docker tag to v8.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 18, 2023
1 parent d89d78b commit 110142e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: '3.7'
services:
# Backend service
fineractmysql:
image: mysql:8.0.32
image: mysql:8.0.33
volumes:
- ./fineract-db/server_collation.cnf:/etc/mysql/conf.d/server_collation.cnf
- ./fineract-db/docker:/docker-entrypoint-initdb.d:Z,ro
Expand Down

0 comments on commit 110142e

Please sign in to comment.