Skip to content

Commit

Permalink
chore(deps): update php docker tag to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 2e6c6d0 commit 080d93a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ images+=("${repobase}/${reponame}")

#Create webtop-webdav container
reponame="webtop-webdav"
container=$(buildah from docker.io/library/php:7.3-fpm-alpine)
container=$(buildah from docker.io/library/php:8.4-fpm-alpine)
buildah add ${container} ${PWD}/webtop5-build/webtop-dav-server-$webtop_version.tgz /usr/share/webtop/webdav/
buildah run ${container} sh -c "mv \$PHP_INI_DIR/php.ini-production \$PHP_INI_DIR/php.ini"
# Commit the image
Expand All @@ -125,7 +125,7 @@ images+=("${repobase}/${reponame}")

#Create webtop-z-push container
reponame="webtop-z-push"
container=$(buildah from docker.io/library/php:7.3-fpm-alpine)
container=$(buildah from docker.io/library/php:8.4-fpm-alpine)
buildah copy --from=docker.io/mlocati/php-extension-installer:1.5.37 ${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/
Expand Down

0 comments on commit 080d93a

Please sign in to comment.