Alpine 3.15 (#1643)

* Alpine 3.15

Signed-off-by: J0WI <J0WI@users.noreply.github.com>

* Remove reference to 20

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
pull/1644/head
J0WI 4 years ago committed by GitHub
parent e2dc98dea4
commit 484b2c57a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
FROM php:%%PHP_VERSION%%-%%VARIANT%%3.14
FROM php:%%PHP_VERSION%%-%%VARIANT%%3.15
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \

@ -3,7 +3,6 @@ set -eo pipefail
declare -A php_version=(
[default]='8.0'
[20]='7.4'
[21]='7.4'
)

Loading…
Cancel
Save