Skip to content

Commit d539362

Browse files
Update mariadb Docker tag to v10.11
1 parent 10b5b17 commit d539362

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
environment:
2424
DATABASE_URL: 'mysql://test:test@127.0.0.1:3306/test'
2525
ELASTICSEARCH_HOST: '127.0.0.1:9200'
26-
- image: 'mariadb:10.6'
26+
- image: 'mariadb:10.11'
2727
environment:
2828
MYSQL_ROOT_PASSWORD: 'root'
2929
MYSQL_DATABASE: 'test'
@@ -50,7 +50,7 @@ jobs:
5050
environment:
5151
DATABASE_URL: 'mysql://test:test@127.0.0.1:3306/test'
5252
ELASTICSEARCH_HOST: '127.0.0.1:9200'
53-
- image: 'mariadb:10.6'
53+
- image: 'mariadb:10.11'
5454
environment:
5555
MYSQL_ROOT_PASSWORD: 'root'
5656
MYSQL_DATABASE: 'test'

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2.1'
22
services:
33
mysql:
4-
image: mariadb:10.6
4+
image: mariadb:10.11
55
environment:
66
MYSQL_ROOT_PASSWORD: "${DB_ROOT_PW:-root}"
77
MYSQL_DATABASE: "test"

0 commit comments

Comments
 (0)