mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-25 11:14:54 +01:00
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:
parent
e2dc98dea4
commit
484b2c57a3
2 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue