Skip to content

Commit

Permalink
upgrade Docker Database mariadb 10.3.8 -> 10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Aug 20, 2024
1 parent 2fd0294 commit 2e0d204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- fix usage of deprecated method returnArgument use willReturnArgument instead
- fix construction of SettingsForm with new parameter added to \Drupal\Core\Form\ConfigFormBase for Drupal 10.2
- add coverage of Drupal 11.0-dev
- upgrade Docker Database mariadb 10.3.8 -> 10.6

### Added
- add cpsell project words for Gitlab-CI
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
restart: always

db:
image: mariadb:10.3.8
image: mariadb:10.6
environment:
MYSQL_USER: drupal
MYSQL_PASSWORD: drupal
Expand Down

0 comments on commit 2e0d204

Please sign in to comment.