Skip to content

Commit

Permalink
Update PHP to fresh builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Koc committed Mar 6, 2018
1 parent 827fae4 commit 5245891
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion web/php-5.6/.devbox.build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
variables:
PHP_VERSION: 5.6
PHP_VERSION_FULL: 5.6.33
PHP_VERSION_FULL: 5.6.34
PHPUNIT_VERSION: 5.7
2 changes: 1 addition & 1 deletion web/php-5.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 41,7 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/cache/apk/* && rm -rf /tmp/*

ENV PHP_VERSION=5.6 \
PHP_VERSION_FULL=5.6.33
PHP_VERSION_FULL=5.6.34

ENV PHP_INI_DIR /etc/php/$PHP_VERSION

Expand Down
2 changes: 1 addition & 1 deletion web/php-7.0/.devbox.build.yaml
Original file line number Diff line number Diff line change
@@ -1,3 1,3 @@
variables:
PHP_VERSION: 7.0
PHP_VERSION_FULL: 7.0.27
PHP_VERSION_FULL: 7.0.28
2 changes: 1 addition & 1 deletion web/php-7.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 41,7 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/cache/apk/* && rm -rf /tmp/*

ENV PHP_VERSION=7.0 \
PHP_VERSION_FULL=7.0.27
PHP_VERSION_FULL=7.0.28

ENV PHP_INI_DIR /etc/php/$PHP_VERSION

Expand Down
2 changes: 1 addition & 1 deletion web/php-7.1/.devbox.build.yaml
Original file line number Diff line number Diff line change
@@ -1,3 1,3 @@
variables:
PHP_VERSION: 7.1
PHP_VERSION_FULL: 7.1.13
PHP_VERSION_FULL: 7.1.15
2 changes: 1 addition & 1 deletion web/php-7.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 41,7 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/cache/apk/* && rm -rf /tmp/*

ENV PHP_VERSION=7.1 \
PHP_VERSION_FULL=7.1.13
PHP_VERSION_FULL=7.1.15

ENV PHP_INI_DIR /etc/php/$PHP_VERSION

Expand Down
2 changes: 1 addition & 1 deletion web/php-7.2/.devbox.build.yaml
Original file line number Diff line number Diff line change
@@ -1,3 1,3 @@
variables:
PHP_VERSION: 7.2
PHP_VERSION_FULL: 7.2.2
PHP_VERSION_FULL: 7.2.3
2 changes: 1 addition & 1 deletion web/php-7.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 41,7 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/cache/apk/* && rm -rf /tmp/*

ENV PHP_VERSION=7.2 \
PHP_VERSION_FULL=7.2.2
PHP_VERSION_FULL=7.2.3

ENV PHP_INI_DIR /etc/php/$PHP_VERSION

Expand Down

0 comments on commit 5245891

Please sign in to comment.