Skip to content

Commit 31f13d2

Browse files
Update mariadb Docker tag to v11
1 parent 34427b9 commit 31f13d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
DATABASE_NAME: "ezp"
3838
DATABASE_USER: "ezp"
3939
DATABASE_PASSWORD: "ezp"
40-
- image: 'mariadb:10.3'
40+
- image: 'mariadb:11.7'
4141
environment:
4242
MYSQL_ROOT_PASSWORD: "root"
4343
MYSQL_DATABASE: "ezp"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
- ./:/var/www
1616

1717
mysql:
18-
image: mariadb:10.3
18+
image: mariadb:11.7
1919
environment:
2020
MYSQL_ROOT_PASSWORD: "root"
2121
MYSQL_DATABASE: "ezp"

0 commit comments

Comments
 (0)