Skip to content

Commit

Permalink
Merge branch 'release/1.0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Nov 25, 2020
2 parents 6f98083 + 9be8ad5 commit e90940d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# nystudio107/docker-images Change Log

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

## 1.0.8 - 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 php-dev-craft/mariadb/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 php-prod-craft/mariadb/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 e90940d

Please sign in to comment.