Skip to content

Commit e5f6924

Browse files
chore(deps): update mlocati/php-extension-installer docker tag to v2
1 parent 84c7bfb commit e5f6924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-images.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ images+=("${repobase}/${reponame}")
126126
#Create webtop-z-push container
127127
reponame="webtop-z-push"
128128
container=$(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.6.0 ${container} /usr/bin/install-php-extensions /usr/local/bin/
130130
buildah run ${container} sh -c "install-php-extensions imap"
131131
buildah add ${container} ${PWD}/webtop5-build/webtop-eas-server-$webtop_version.tgz /usr/share/webtop/z-push/
132132
buildah add ${container} ${PWD}/zfaker/src/ /usr/share/webtop/zfacker/

0 commit comments

Comments
 (0)