Skip to content

Magento 2.4.4-p1 Docker building new image error?

Docker code

RUN composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=2.4.4-p1 /var/www/html

Here is the error given to me below error

Problem 1

#0 151.1 – Root composer.json requires magento/product-community-edition 2.4.4-p1 (exact version match), found magento/product-community-edition[2.4.4-p1] but these were not loaded, because they are affected by security advisories. To ignore the advisories, add (“PKSA-db8d-773v-rd1n”) to the audit “ignore” config. To turn the feature off entirely, you can set “block-insecure” to false in your “audit” config.
#0 151.1

What to do about this? Have you faced the same issue?