usabilla / php-docker-template

Docker images for PHP applications, CLI and FPM with shared socket
https://hub.docker.com/r/usabillabv/php
MIT License
177 stars 15 forks source link

Build PHP 8.0 with Alpine 3.16 #191

Closed carusogabriel closed 1 year ago

carusogabriel commented 1 year ago

Usabilla PHP Docker Template

Reviewers: @usabilla/oss-docker

Type

Please specify the type of changes being proposed:

Q A
Documentation? no
Dockerfile change? no
Build feature? no
Apply CVE Patch? yes
Remove CVE Patch? no

Changelog

In order for us to receive the latest PHP update, 8.0.28, we need to build a more recent version of Alpine.

Note for future: we shall reduce the complexity of our pipeline by creating an array of supported PHP and Alpine versions, and have the jobs/stages using it.