Skip to content

Commit

Permalink
Merge pull request #461 from solidnerd/renovate/mysql-8.x
Browse files Browse the repository at this point in the history
chore(deps): update mysql docker tag to v8.3
  • Loading branch information
rjhenry committed Mar 21, 2024
2 parents de41988 + 2adea86 commit 7e73fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
depends_on:
- bookstack
mysql:
image: mysql:8.2
image: mysql:8.3
environment:
- MYSQL_ROOT_PASSWORD=secret
- MYSQL_DATABASE=bookstack
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
mysql:
image: mysql:8.2
image: mysql:8.3
environment:
- MYSQL_ROOT_PASSWORD=secret
- MYSQL_DATABASE=bookstack
Expand Down

0 comments on commit 7e73fa5

Please sign in to comment.