feat: Update to version 7.4.30
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Lennard Brinkhaus 2022-09-10 23:49:26 +02:00
parent c56f5f3c5d
commit 2fb34f703e
Signed by: lennard.brinkhaus
GPG Key ID: 286421EC53998B22

View File

@ -58,9 +58,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
ENV PHP_VERSION 7.4.27
ENV PHP_URL="https://www.php.net/distributions/php-7.4.27.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.27.tar.xz.asc"
ENV PHP_SHA256="3f8b937310f155822752229c2c2feb8cc2621e25a728e7b94d0d74c128c43d0c"
ENV PHP_VERSION 7.4.30
ENV PHP_URL="https://www.php.net/distributions/php-$PHP_VERSION.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-$PHP_VERSION.tar.xz.asc"
ENV PHP_SHA256="ea72a34f32c67e79ac2da7dfe96177f3c451c3eefae5810ba13312ed398ba70d"
RUN set -eux; \
\
@ -244,6 +244,7 @@ RUN set -eux; \
echo; \
echo '[www]'; \
echo 'listen = 9000'; \
echo ''; \
} | tee php-fpm.d/zz-docker.conf
# Override stop signal to stop process gracefully