Skip to content

Commit

Permalink
Merge branch 'release/2.4.5' 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 035cd2b + 1250c8e commit d0455b9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# nystudio107/craft Change Log

## 2.4.5 - 2020.11.25
### Added
* Add `mysql-client` in the `php-dev-craft` & `php-prod-craft` MariaDB containers so we get `mysqldump`
* Added image optimization tools to the `php-dev-craft` & `php-prod-craft` MariaDB containers

## 2.4.4 - 2020.11.21
### Changed
* Ignore `/admin` routes in the Service Worker
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.4",
"version": "2.4.5",
"keywords": [
"craft",
"cms",
Expand Down
1 change: 1 addition & 0 deletions docker-config/php-dev-craft/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN apt-get update \
&& \
# apt Debian packages
apt-get install -y \
mysql-client \
nano \
jpegoptim \
optipng \
Expand Down
5 changes: 5 additions & 0 deletions docker-config/php-prod-craft/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ RUN apt-get update \
&& \
# apt Debian packages
apt-get install -y \
mysql-client \
nano \
jpegoptim \
optipng \
gifsicle \
webp \
&& \
# Install PHP extensions
docker-php-ext-install \
Expand Down

0 comments on commit d0455b9

Please sign in to comment.