Dependabot does not recognize the alpine version in FROM. We are two minor version behind (3.11 -> 3.13). This uses the latest alpine version with each new PHP release - so we also get the latest packages (e.g. nodejs 14.x instead of 12.x).
This also removes Prestissimo because it is not compatible (needed) with Composer 2 anymore.
Dependabot does not recognize the alpine version in
FROM
. We are two minor version behind (3.11
->3.13
). This uses the latest alpine version with each new PHP release - so we also get the latest packages (e.g. nodejs14.x
instead of12.x
).This also removes Prestissimo because it is not compatible (needed) with Composer 2 anymore.