Skip to content

Commit

Permalink
build(deps): bump mysql from 8.4 to 9.1 in /docker/mysql (#564)
Browse files Browse the repository at this point in the history
* build(deps): bump mysql from 8.4 to 9.1 in /docker/mysql

Bumps mysql from 8.4 to 9.1.

---
updated-dependencies:
- dependency-name: mysql
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* removed --mysql-native-password

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Randy Geraads <[email protected]>
Co-authored-by: Randy Geraads <[email protected]>
  • Loading branch information
3 people authored Nov 22, 2024
1 parent 52caed7 commit d025048
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ services:
- ./docker/mysql/init:/docker-entrypoint-initdb.d
environment:
- MYSQL_ROOT_PASSWORD=0000
command: ["mysqld", "--mysql-native-password=ON"]
healthcheck:
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
interval: 1s
Expand Down
2 changes: 1 addition & 1 deletion docker/mysql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM mysql:8.4
FROM mysql:9.1

0 comments on commit d025048

Please sign in to comment.