Skip to content

Commit

Permalink
Update mysql Docker tag to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 3, 2024
1 parent 005a3e8 commit b087c58
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 14/mysql-tomcat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
- bridge
# The container that runs the database (mysql)
db:
image: "mysql:8.3"
image: "mysql:9.0"
container_name: xwiki-mysql-db
# - Provide a name instead of an auto-generated id for the mysql data, to make it simpler to identify in
# 'docker volume ls'
Expand Down
2 changes: 1 addition & 1 deletion 15/mysql-tomcat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
- bridge
# The container that runs the database (mysql)
db:
image: "mysql:8.3"
image: "mysql:9.0"
container_name: xwiki-mysql-db
# - Provide a name instead of an auto-generated id for the mysql data, to make it simpler to identify in
# 'docker volume ls'
Expand Down
2 changes: 1 addition & 1 deletion 16.4/mysql-tomcat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
- bridge
# The container that runs the database (mysql)
db:
image: "mysql:8.3"
image: "mysql:9.0"
container_name: xwiki-mysql-db
# - Provide a name instead of an auto-generated id for the mysql data, to make it simpler to identify in
# 'docker volume ls'
Expand Down
2 changes: 1 addition & 1 deletion 16/mysql-tomcat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
- bridge
# The container that runs the database (mysql)
db:
image: "mysql:8.3"
image: "mysql:9.0"
container_name: xwiki-mysql-db
# - Provide a name instead of an auto-generated id for the mysql data, to make it simpler to identify in
# 'docker volume ls'
Expand Down

0 comments on commit b087c58

Please sign in to comment.