Skip to content

Commit

Permalink
Alpine 3.15 (nextcloud#1643)
Browse files Browse the repository at this point in the history
* Alpine 3.15

Signed-off-by: J0WI <[email protected]>

* Remove reference to 20

Signed-off-by: J0WI <[email protected]>
  • Loading branch information
J0WI authored Nov 30, 2021
1 parent e2dc98d commit 484b2c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-alpine.template
Original file line number Diff line number Diff line change
@@ -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; \
Expand Down
1 change: 0 additions & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set -eo pipefail

declare -A php_version=(
[default]='8.0'
[20]='7.4'
[21]='7.4'
)

Expand Down

0 comments on commit 484b2c5

Please sign in to comment.