From c59749e27013fb7104938e33229f3a279ef8a802 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:07:29 +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..54c8d53 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.7 ${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/