The node image for 13.7-Alpine hasn't been pushed for a year. Currently debugging, tried to swap the image for node:15.9-alpine (pushed much more recently), same issue. That one uses Alpine3.11 as well.
Currently trying node:15.9-alpine3.13, and it successfully built. So it looks like it is a signature issue for Alpine3.11 specifically.
How to reproduce the behaviour
The error occurs in the Step 5/9 of the docker build process
Reproducible by making any tweak to the frontend code, and running:
docker-compose -f docker-compose.prod.yml build nginx
Your Environment
The text was updated successfully, but these errors were encountered: