Skip to content

Commit 618a766

Browse files
committed
Update mysql Docker tag to v8.4
1 parent 4607590 commit 618a766

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

14/mysql-tomcat/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
- bridge
4747
# The container that runs the database (mysql)
4848
db:
49-
image: "mysql:8.3"
49+
image: "mysql:8.4"
5050
container_name: xwiki-mysql-db
5151
# - Provide a name instead of an auto-generated id for the mysql data, to make it simpler to identify in
5252
# 'docker volume ls'

15/mysql-tomcat/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
- bridge
4747
# The container that runs the database (mysql)
4848
db:
49-
image: "mysql:8.3"
49+
image: "mysql:8.4"
5050
container_name: xwiki-mysql-db
5151
# - Provide a name instead of an auto-generated id for the mysql data, to make it simpler to identify in
5252
# 'docker volume ls'

16.4/mysql-tomcat/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
- bridge
4747
# The container that runs the database (mysql)
4848
db:
49-
image: "mysql:8.3"
49+
image: "mysql:8.4"
5050
container_name: xwiki-mysql-db
5151
# - Provide a name instead of an auto-generated id for the mysql data, to make it simpler to identify in
5252
# 'docker volume ls'

16/mysql-tomcat/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
- bridge
4747
# The container that runs the database (mysql)
4848
db:
49-
image: "mysql:8.3"
49+
image: "mysql:8.4"
5050
container_name: xwiki-mysql-db
5151
# - Provide a name instead of an auto-generated id for the mysql data, to make it simpler to identify in
5252
# 'docker volume ls'

0 commit comments

Comments
 (0)