Skip to content

Commit

Permalink
Update dependency mariadb to v10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 20, 2022
1 parent 60b9622 commit df11ae8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
environment:
DATABASE_URL: 'mysql://test:[email protected]:3306/test'
ELASTICSEARCH_HOST: '127.0.0.1:9200'
- image: 'mariadb:10.6'
- image: 'mariadb:10.8'
environment:
MYSQL_ROOT_PASSWORD: 'root'
MYSQL_DATABASE: 'test'
Expand All @@ -50,7 +50,7 @@ jobs:
environment:
DATABASE_URL: 'mysql://test:[email protected]:3306/test'
ELASTICSEARCH_HOST: '127.0.0.1:9200'
- image: 'mariadb:10.6'
- image: 'mariadb:10.8'
environment:
MYSQL_ROOT_PASSWORD: 'root'
MYSQL_DATABASE: 'test'
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2.1'
services:
mysql:
image: mariadb:10.6
image: mariadb:10.8
environment:
MYSQL_ROOT_PASSWORD: "${DB_ROOT_PW:-root}"
MYSQL_DATABASE: "test"
Expand Down

0 comments on commit df11ae8

Please sign in to comment.