Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update mariadb Docker tag to v10.10
Browse files Browse the repository at this point in the history
renovate[bot] authored Nov 20, 2022
1 parent 6b44ab6 commit a6aaffa
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ jobs:
DATABASE_NAME: "ezp"
DATABASE_USER: "ezp"
DATABASE_PASSWORD: "ezp"
- image: 'mariadb:10.3'
- image: 'mariadb:10.10'
environment:
MYSQL_ROOT_PASSWORD: "root"
MYSQL_DATABASE: "ezp"
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ services:
- ./:/var/www

mysql:
image: mariadb:10.3
image: mariadb:10.10
environment:
MYSQL_ROOT_PASSWORD: "root"
MYSQL_DATABASE: "ezp"

0 comments on commit a6aaffa

Please sign in to comment.