From cfa19e43eb3397e9adf93ab18f494bfd15b6dbe3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 15:01:46 +0000 Subject: [PATCH] chore(deps): update php docker tag to v7.4 --- build-images.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-images.sh b/build-images.sh index 9027f3c2..86752297 100644 --- a/build-images.sh +++ b/build-images.sh @@ -103,7 +103,7 @@ images+=("${repobase}/${reponame}") #Create webtop-webdav container reponame="webtop-webdav" -container=$(buildah from docker.io/library/php:7.3-fpm-alpine) +container=$(buildah from docker.io/library/php:7.4-fpm-alpine) buildah add ${container} ${PWD}/webtop5-build/webtop-dav-server-$webtop_version.tgz /usr/share/webtop/webdav/ buildah run ${container} sh -c "mv \$PHP_INI_DIR/php.ini-production \$PHP_INI_DIR/php.ini" # Commit the image @@ -114,7 +114,7 @@ images+=("${repobase}/${reponame}") #Create webtop-z-push container reponame="webtop-z-push" -container=$(buildah from docker.io/library/php:7.3-fpm-alpine) +container=$(buildah from docker.io/library/php:7.4-fpm-alpine) buildah copy --from=docker.io/mlocati/php-extension-installer:1.5.37 ${container} /usr/bin/install-php-extensions /usr/local/bin/ buildah run ${container} sh -c "install-php-extensions imap" buildah add ${container} ${PWD}/webtop5-build/webtop-eas-server-$webtop_version.tgz /usr/share/webtop/z-push/