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] committed Aug 16, 2024
1 parent a486306 commit 94db33f
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 @@ -24,7 +24,7 @@ jobs:
DATABASE_URL: 'mysql://test:test@127.0.0.1:3306/test?serverVersion=mariadb-10.6.15'
ELASTICSEARCH_HOST: '127.0.0.1:9200'
MAILER_DSN: 'null://localhost'
- image: 'mariadb:10.6'
- image: 'mariadb:11.5'
environment:
MYSQL_ROOT_PASSWORD: 'root'
MYSQL_DATABASE: 'test'
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
DATABASE_URL: 'mysql://test:test@127.0.0.1:3306/test?serverVersion=mariadb-10.6.15'
ELASTICSEARCH_HOST: '127.0.0.1:9200'
MAILER_DSN: 'null://localhost'
- image: 'mariadb:10.6'
- image: 'mariadb:11.5'
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.5
environment:
MYSQL_ROOT_PASSWORD: "${DB_ROOT_PW:-root}"
MYSQL_DATABASE: "test"
Expand Down

0 comments on commit 94db33f

Please sign in to comment.