sourceboat / docker-laravel

A highly opinionated docker image which aims to be perfectly suited to run our Laravel applications.
MIT License
11 stars 2 forks source link

use latest alpine version #49

Closed pehbehbeh closed 3 years ago

pehbehbeh commented 3 years ago

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.