Skip to content

Commit

Permalink
Update mysql Docker tag to v8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 1, 2024
1 parent 5899d2b commit 8b407a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:8.4"
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:8.4"
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:8.4"
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 8b407a4

Please sign in to comment.