Skip to content

Commit

Permalink
Update mariadb Docker tag to v10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent 6b44ab6 commit a6aaffa
Show file tree
Hide file tree
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
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- ./:/var/www

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

0 comments on commit a6aaffa

Please sign in to comment.