Skip to content

Commit

Permalink
update php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-bjoern authored Feb 19, 2024
1 parent bc64788 commit 4da3ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ echo "Cleaning up existing files..."
rm -Rf .dockerignore .gitignore Dockerfile bin docker docker-compose.yml helm src

echo "Installing source files..."
docker run -t --rm -e MAGENTO_VERSION=${MAGENTO_VERSION} -v $(pwd):/var/www/html -v $(pwd)/.composer:/root/.composer phoenixmedia/nginx-php:8.1 bash -c "./install.sh"
docker run -t --rm -e MAGENTO_VERSION=${MAGENTO_VERSION} -v $(pwd):/var/www/html -v $(pwd)/.composer:/root/.composer phoenixmedia/nginx-php:8.2 bash -c "./install.sh"

0 comments on commit 4da3ce6

Please sign in to comment.