Skip to content

Commit

Permalink
Merge pull request #445 from solidnerd/renovate/mysql-8.x
Browse files Browse the repository at this point in the history
Update mysql Docker tag to v8.2
  • Loading branch information
rjhenry committed Nov 28, 2023
2 parents 665a3dd + e4b6ccc commit c9cff44
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
Expand Up @@ -6,7 +6,7 @@ services:
depends_on:
- bookstack
mysql:
image: mysql:8.1
image: mysql:8.2
environment:
- MYSQL_ROOT_PASSWORD=secret
- MYSQL_DATABASE=bookstack
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
@@ -1,7 +1,7 @@
version: '2'
services:
mysql:
image: mysql:8.1
image: mysql:8.2
environment:
- MYSQL_ROOT_PASSWORD=secret
- MYSQL_DATABASE=bookstack
Expand Down

0 comments on commit c9cff44

Please sign in to comment.