docker-library / php

Docker Official Image packaging for PHP
https://php.net
MIT License
3.79k stars 2k forks source link

Add Alpine 3.18 variant #1405

Closed jnoordsij closed 1 year ago

jnoordsij commented 1 year ago

This PR provides the latest Alpine version (3.18, see https://alpinelinux.org/posts/Alpine-3.18.0-released.html)).

Alpine 3.18 variant is only added for PHP versions with OpenSSL support (i.e. PHP >= 8.1), see also https://github.com/docker-library/php/pull/1348#issuecomment-1329892584.

Alpine 3.16 is only kept around for PHP 8.0, as this is the latest compatible version; the Alpine 3.16 variant is removed for newer PHP versions (>= 8.1).

Based on https://github.com/docker-library/php/pull/1348.

tianon commented 1 year ago

Thank you for doing this so thoroughly :blush: :bow: