Skip to content

Commit af6c1cd

Browse files
committed
Update mariadb Docker tag to v11.4
1 parent 4fe754c commit af6c1cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docker-compose.test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.5'
22

33
services:
44
db:
5-
image: mariadb:11.3
5+
image: mariadb:11.4
66
environment:
77
MYSQL_ROOT_PASSWORD: wordpress
88
MYSQL_DATABASE: wordpress

Diff for: docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.5'
22

33
services:
44
db:
5-
image: mariadb:11.3
5+
image: mariadb:11.4
66
volumes:
77
- "db-data:/var/lib/mysql"
88
environment:

0 commit comments

Comments
 (0)