Skip to content

Commit

Permalink
Update mariadb Docker tag to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2023
1 parent 10b5b17 commit 31eaf86
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:11.1'
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:11.1'
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:11.1
environment:
MYSQL_ROOT_PASSWORD: "${DB_ROOT_PW:-root}"
MYSQL_DATABASE: "test"
Expand Down

0 comments on commit 31eaf86

Please sign in to comment.