We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fff92 commit c30274dCopy full SHA for c30274d
update.sh
@@ -2,10 +2,8 @@
2
set -eo pipefail
3
4
declare -A alpine_version=(
5
- # https://github.com/nextcloud/server/issues/32003
6
- # Nextcloud 25 requires OpenSSL 1.1
7
- [25]='3.16'
8
[default]='3.17'
+ [25]='3.16'
9
)
10
11
declare -A debian_version=(
@@ -115,13 +113,6 @@ function create_variant() {
115
113
# Apply version+variant-specific patches
116
114
case "$version" in
117
25)
118
- case "$variant" in
119
- fpm-alpine)
120
- # Alpine 3.16 / OpenSSL 1.1 is only available for PHP 8.0
121
- phpVersion=8.0
122
- ;;
123
- esac
124
-
125
# Nextcloud 26+ recommends sysvsem
126
sed -ri -e '/sysvsem/d' "$dir/Dockerfile"
127
;;
0 commit comments