Skip to content

Commit 275eac1

Browse files
authored
Update MariaDB and MySQL to latest supported Magento 2.4.8 versions (#1325)
1 parent 7fc06d3 commit 275eac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
#extra_hosts: *appextrahosts
3737

3838
db:
39-
image: mariadb:10.6
39+
image: mariadb:11.4
4040
command:
4141
--max_allowed_packet=64M
4242
--optimizer_use_condition_selectivity=1
@@ -50,7 +50,7 @@ services:
5050
## If you wish to use MySQL, comment out the mariadb db image above and
5151
## uncomment this block.
5252
#db:
53-
# image: mysql:8.0
53+
# image: mysql:8.4
5454
# command:
5555
# --max_allowed_packet=64M
5656
# --optimizer_use_condition_selectivity=1

0 commit comments

Comments
 (0)