Use latest stable PHP 7.3 base image

This commit is contained in:
cytopia
2018-12-15 17:31:31 +01:00
parent 66fa1c195e
commit 152a92386e
2 changed files with 1 additions and 3 deletions

View File

@@ -3,8 +3,6 @@
FROM devilbox/php-fpm-5.2
{% elif php_version == 5.3 %}
FROM devilbox/php-fpm-5.3
{% elif php_version == 7.3 %}
FROM php:{{ php_version }}-rc-fpm
{% elif php_version == 7.4 %}
FROM devilbox/php-fpm-7.4
{% else %}