diff --git a/Dockerfile b/Dockerfile --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ # Prepare the container # -ENV PHP_VERSION 7.2.11 +ENV PHP_VERSION 7.2.12 ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=app --with-fpm-group=app ENV PHP_INI_DIR /usr/local/etc/php ENV PHP_BUILD_DEPS bzip2 \ diff --git a/novolume/Dockerfile b/novolume/Dockerfile --- a/novolume/Dockerfile +++ b/novolume/Dockerfile @@ -9,7 +9,7 @@ # Prepare the container # -ENV PHP_VERSION 7.2.11 +ENV PHP_VERSION 7.2.12 ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=app --with-fpm-group=app ENV PHP_INI_DIR /usr/local/etc/php ENV PHP_BUILD_DEPS bzip2 \