Skip to content

Commit

Permalink
Merge branch 'release/1.0.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Nov 25, 2020
2 parents 8e1ea17 + 16f35dc commit 6f98083
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
### Added
* Add `mysql-client` in the `php-dev-craft` & `php-prod-craft` MariaDB containers so we get `mysqldump`

### Changed
* Both MariaDB and Postgres `php-prod-craft` containers should use `FROM php-prod-base`

## 1.0.7 - 2020.11.20
### Added
* Add `node-12` image
Expand Down
2 changes: 1 addition & 1 deletion php-prod-craft/mariadb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nystudio107/php-dev-base
FROM nystudio107/php-prod-base

# Install packages
RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion php-prod-craft/postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nystudio107/php-dev-base
FROM nystudio107/php-prod-base

# Install packages
RUN apt-get update \
Expand Down

0 comments on commit 6f98083

Please sign in to comment.