diff options
author | lookshe <github@lookshe.org> | 2021-06-10 10:50:18 +0200 |
---|---|---|
committer | lookshe <github@lookshe.org> | 2021-06-10 10:50:18 +0200 |
commit | b860da2e5a700ae562681c6e5331393fd298b21e (patch) | |
tree | 47912c0ff81f4c3372c80ad2806a17d55e60f3b0 /php-7.4-opt/build.Dockerfile | |
parent | da17a49af2150340682b7746af9cea4a92231016 (diff) |
update php to 7.4.20
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 \ |