File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ images+=("${repobase}/${reponame}")
126126# Create webtop-z-push container
127127reponame=" webtop-z-push"
128128container=$( buildah from docker.io/library/php:7.3-fpm-alpine)
129- buildah copy --from=docker.io/mlocati/php-extension-installer:1.5.37 ${container} /usr/bin/install-php-extensions /usr/local/bin/
129+ buildah copy --from=docker.io/mlocati/php-extension-installer:2.7.23 ${container} /usr/bin/install-php-extensions /usr/local/bin/
130130buildah run ${container} sh -c " install-php-extensions imap"
131131buildah add ${container} ${PWD} /webtop5-build/webtop-eas-server-$webtop_version .tgz /usr/share/webtop/z-push/
132132buildah add ${container} ${PWD} /zfaker/src/ /usr/share/webtop/zfacker/
You can’t perform that action at this time.
0 commit comments