diff options
Diffstat (limited to 'php-7.4-opt/build.Dockerfile')
-rw-r--r-- | php-7.4-opt/build.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-7.4-opt/build.Dockerfile b/php-7.4-opt/build.Dockerfile index 3c156c3..79bc3f6 100644 --- a/php-7.4-opt/build.Dockerfile +++ b/php-7.4-opt/build.Dockerfile @@ -3,7 +3,7 @@ FROM debian/eol:wheezy ENV MAIN_PREFIX_NO_ROOT opt/php-7.4 ENV MAIN_PREFIX /$MAIN_PREFIX_NO_ROOT ENV DEP_PREFIX $MAIN_PREFIX/dependencies -ENV PHP_VERSION php-7.4.16 +ENV PHP_VERSION php-7.4.20 ENV PACKAGE_NAME $PHP_VERSION-opt RUN apt-get update \ |