From 111903fdd6030b85f1609653059168f00273a4a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:29:07 +0000 Subject: [PATCH] chore(deps): update mlocati/php-extension-installer docker tag to v2 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 6125e40..7ff8a07 100644 --- a/build-images.sh +++ b/build-images.sh @@ -126,7 +126,7 @@ images+=("${repobase}/${reponame}") #Create webtop-z-push container reponame="webtop-z-push" container=$(buildah from docker.io/library/php:7.3-fpm-alpine) -buildah copy --from=docker.io/mlocati/php-extension-installer:1.5.37 ${container} /usr/bin/install-php-extensions /usr/local/bin/ +buildah copy --from=docker.io/mlocati/php-extension-installer:2.7.10 ${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/ buildah add ${container} ${PWD}/zfaker/src/ /usr/share/webtop/zfacker/