#45 chore: use 7.3 stable images

This commit is contained in:
Paolo Cuffiani
2018-12-18 16:10:11 +01:00
parent 98bd644cfb
commit b3f5d3b237
5 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:7.3-rc
FROM php:7.3
LABEL maintainer="dev@chialab.io"
# Install PHP extensions and PECL modules.
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:7.3-rc-apache
FROM php:7.3-apache
LABEL maintainer="dev@chialab.io"
# Install PHP extensions and PECL modules.
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:7.3-rc-fpm
FROM php:7.3-fpm
LABEL maintainer="dev@chialab.io"
# Install PHP extensions and PECL modules.
+1
View File
@@ -19,6 +19,7 @@ RUN buildDeps=" \
libpng-dev \
libpq-dev \
libxml2-dev \
libzip-dev \
" \
&& apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y $buildDeps $runtimeDeps \
&& docker-php-ext-install bcmath bz2 calendar iconv intl mbstring mysqli opcache pdo_mysql pdo_pgsql pgsql soap zip \
+1 -1
View File
@@ -2,5 +2,5 @@ FROM chialab/php:latest
LABEL maintainer="dev@chialab.io"
# Install XDebug.
RUN pecl install xdebug \
RUN pecl install xdebug-2.7.0beta1 \
&& echo "zend_extension=\"$(php-config --extension-dir)/xdebug.so\"" > $PHP_INI_DIR/conf.d/xdebug.ini