#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
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 \