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
is this a reflection of out of date wordrpess image ?
The text was updated successfully, but these errors were encountered:
In composer.json i changed "roots/wordpress": "6.1.1" to "roots/wordpress": "6.3.1" and it got a lot better.
composer.json
"roots/wordpress": "6.1.1"
"roots/wordpress": "6.3.1"
Also, fixed some warnings by downgrading to php 7.4:
FROM php:8.2.0-fpm-alpine -> FROM php:7.4-fpm-alpine3.14
FROM php:8.2.0-fpm-alpine
FROM php:7.4-fpm-alpine3.14
Sorry, something went wrong.
Hey, I did see this first now, Is this a issue for you or can I close this? :D
No branches or pull requests
is this a reflection of out of date wordrpess image ?
The text was updated successfully, but these errors were encountered: