Skip to content

Commit

Permalink
Restore PHP 8.1 for Nextcloud 25
Browse files Browse the repository at this point in the history
  • Loading branch information
J0WI committed May 31, 2023
1 parent 570ac60 commit 9d5a0d3
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
set -eo pipefail

declare -A alpine_version=(
# https://github.com/nextcloud/server/issues/32003
# Nextcloud 25 requires OpenSSL 1.1
[25]='3.16'
[default]='3.17'
[25]='3.16'
)

declare -A debian_version=(
Expand Down Expand Up @@ -115,13 +113,6 @@ function create_variant() {
# Apply version+variant-specific patches
case "$version" in
25)
case "$variant" in
fpm-alpine)
# Alpine 3.16 / OpenSSL 1.1 is only available for PHP 8.0
phpVersion=8.0
;;
esac

# Nextcloud 26+ recommends sysvsem
sed -ri -e '/sysvsem/d' "$dir/Dockerfile"
;;
Expand Down

0 comments on commit 9d5a0d3

Please sign in to comment.