Skip to content

Commit a8a0749

Browse files
Update mariadb Docker tag to v10.11.3
1 parent 5548165 commit a8a0749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.5'
22
services:
33
db_prod:
4-
image: mariadb:10.4.12
4+
image: mariadb:10.11.3
55
restart: on-failure
66
environment:
77
MYSQL_ROOT_PASSWORD: pw
@@ -12,7 +12,7 @@ services:
1212
- ./db_prod:/var/lib/mysql
1313

1414
db_backup:
15-
image: mariadb:10.4.12
15+
image: mariadb:10.11.3
1616
restart: on-failure
1717
environment:
1818
MYSQL_ROOT_PASSWORD: pw

0 commit comments

Comments
 (0)