We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The version for php 8.0 has 8.1 - which breaks many many things.
docker run -it --rm laradock/workspace:latest-8.0 bash root@765eba62c5dc:/# php -v PHP 8.1.2 (cli) (built: Jan 24 2022 10:42:33) (NTS) Copyright (c) The PHP Group Zend Engine v4.1.2, Copyright (c) Zend Technologies with Zend OPcache v8.1.2, Copyright (c), by Zend Technologies root@765eba62c5dc:/# exit
The text was updated successfully, but these errors were encountered:
It seems both are installed. I added:
RUN update-alternatives --set php /usr/bin/php${LARADOCK_PHP_VERSION}
To my Dockerfile to make sure the correct one is symlinked.
Sorry, something went wrong.
No branches or pull requests
The version for php 8.0 has 8.1 - which breaks many many things.
The text was updated successfully, but these errors were encountered: