Skip to content

Commit

Permalink
chore(deps): update mlocati/php-extension-installer docker tag to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent bb0033b commit a01039a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,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.4.0 ${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/
Expand Down

0 comments on commit a01039a

Please sign in to comment.