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>
This commit is contained in:
J0WI 2021-11-30 23:35:20 +00:00 committed by GitHub
parent e2dc98dea4
commit 484b2c57a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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; \

View File

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