Skip to content

Commit de2f4f0

Browse files
authored
Merge pull request moodlehq#173 from stronk7/mariadb_10.5_sticky
Make mariadb:10.5 sticky
2 parents 73b5ae1 + dbf978b commit de2f4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db.mariadb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
MOODLE_DOCKER_DBTYPE: mariadb
66
MOODLE_DOCKER_DBCOLLATION: utf8mb4_bin
77
db:
8-
image: mariadb:10
8+
image: mariadb:10.5
99
command: >
1010
--character-set-server=utf8mb4
1111
--collation-server=utf8mb4_bin

0 commit comments

Comments
 (0)