File tree 5 files changed +1
-403
lines changed
5 files changed +1
-403
lines changed Original file line number Diff line number Diff line change 15
15
" data\/ web\/ inc\/ lib\/ vendor\/ **"
16
16
],
17
17
"regexManagers" : [
18
- {
19
- "fileMatch" : [" ^helper-scripts\/ nextcloud.sh$" ],
20
- "matchStrings" : [
21
- " #\\ srenovate:\\ sdatasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.*?))?\\ s.*?_VERSION=(?<currentValue>.*)"
22
- ]
23
- },
24
18
{
25
19
"fileMatch" : [" (^|/)Dockerfile[^/]*$" ],
26
20
"matchStrings" : [
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ RUN apk add -U --no-cache autoconf \
77
77
--with-webp \
78
78
--with-xpm \
79
79
--with-avif \
80
- && docker-php-ext-install -j 4 exif gd gettext intl ldap opcache pcntl pdo pdo_mysql pspell soap sockets sysvsem zip bcmath gmp \
80
+ && docker-php-ext-install -j 4 exif gd gettext intl ldap opcache pcntl pdo pdo_mysql pspell soap sockets zip bcmath gmp \
81
81
&& docker-php-ext-configure imap --with-imap --with-imap-ssl \
82
82
&& docker-php-ext-install -j 4 imap \
83
83
&& curl --silent --show-error https://getcomposer.org/installer | php -- --version=${COMPOSER_VERSION} \
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments