Skip to content

Commit

Permalink
Merge branch 'release/2.4.6' into craft-webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Nov 25, 2020
2 parents d0455b9 + ca531a6 commit 90ad767
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# nystudio107/craft Change Log

## 2.4.6 - 2020.11.25
### Changed
* Change `mysql-client` to `mariadb-client`

## 2.4.5 - 2020.11.25
### Added
* Add `mysql-client` in the `php-dev-craft` & `php-prod-craft` MariaDB containers so we get `mysqldump`
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "craftcms/craft",
"description": "nystudio107 Craft 3.4 CMS scaffolding project",
"version": "2.4.5",
"version": "2.4.6",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion docker-config/php-dev-craft/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update \
&& \
# apt Debian packages
apt-get install -y \
mysql-client \
mariadb-client \
nano \
jpegoptim \
optipng \
Expand Down
2 changes: 1 addition & 1 deletion docker-config/php-prod-craft/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update \
&& \
# apt Debian packages
apt-get install -y \
mysql-client \
mariadb-client \
nano \
jpegoptim \
optipng \
Expand Down

0 comments on commit 90ad767

Please sign in to comment.