diff --git a/Dockerfile b/Dockerfile index 1ef1e22..5e5f0b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,6 @@ ENV PHP_INI_DIR="/etc/php8/" ENV PHPIZE_DEPS="php8-devel awk make" ENV COMPOSER_VERSION="%%composer_version%%" ENV APACHE_CONFDIR="/etc/apache2" -ENV APACHE_ENVVARS="/usr/sbin/envvars" ENTRYPOINT ["docker-php-entrypoint"] CMD ["apache2-foreground"] diff --git a/php-apache8-image.changes b/php-apache8-image.changes index 896e6b2..fc0c611 100644 --- a/php-apache8-image.changes +++ b/php-apache8-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 24 13:32:39 UTC 2023 - Dirk Mueller + +- drop setting of APACHE_ENVVARS as it no longer exists + ------------------------------------------------------------------- Thu Jul 06 09:56:51 UTC 2023 - SUSE Update Bot