Skip to content

Commit 135f02c

Browse files
authored
Merge branch 'main' into frenck-2025-0416
2 parents 3286c73 + 118b795 commit 135f02c

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

.github/renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"customManagers": [
99
{
1010
"customType": "regex",
11-
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
11+
"managerFilePatterns": ["//Dockerfile$/", "//build.yaml$/"],
1212
"matchStringsStrategy": "any",
1313
"matchStrings": [
1414
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+",
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"customType": "regex",
21-
"fileMatch": ["/Dockerfile$"],
21+
"managerFilePatterns": ["//Dockerfile$/"],
2222
"matchStringsStrategy": "any",
2323
"matchStrings": [
2424
"\\s\\s(?<package>[a-z0-9][a-z0-9-_]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"
@@ -29,7 +29,7 @@
2929
},
3030
{
3131
"customType": "regex",
32-
"fileMatch": ["/Dockerfile$"],
32+
"managerFilePatterns": ["//Dockerfile$/"],
3333
"matchStrings": [
3434
"ARG BOOKSTACK_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
3535
],

bookstack/Dockerfile

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@ RUN \
1212
apk add --no-cache \
1313
mariadb-client=11.4.8-r0 \
1414
nginx=1.28.0-r3 \
15-
php83-curl=8.3.26-r0 \
16-
php83-dom=8.3.26-r0 \
17-
php83-fileinfo=8.3.26-r0 \
18-
php83-fpm=8.3.26-r0 \
19-
php83-gd=8.3.26-r0 \
20-
php83-iconv=8.3.26-r0 \
21-
php83-ldap=8.3.26-r0 \
22-
php83-mbstring=8.3.26-r0 \
23-
php83-mysqlnd=8.3.26-r0 \
24-
php83-openssl=8.3.26-r0 \
25-
php83-pdo_mysql=8.3.26-r0 \
26-
php83-session=8.3.26-r0 \
27-
php83-simplexml=8.3.26-r0 \
28-
php83-tokenizer=8.3.26-r0 \
29-
php83-xml=8.3.26-r0 \
30-
php83-xmlwriter=8.3.26-r0 \
31-
php83-zip=8.3.26-r0 \
32-
php83=8.3.26-r0 \
15+
php83-curl=8.3.27-r0 \
16+
php83-dom=8.3.27-r0 \
17+
php83-fileinfo=8.3.27-r0 \
18+
php83-fpm=8.3.27-r0 \
19+
php83-gd=8.3.27-r0 \
20+
php83-iconv=8.3.27-r0 \
21+
php83-ldap=8.3.27-r0 \
22+
php83-mbstring=8.3.27-r0 \
23+
php83-mysqlnd=8.3.27-r0 \
24+
php83-openssl=8.3.27-r0 \
25+
php83-pdo_mysql=8.3.27-r0 \
26+
php83-session=8.3.27-r0 \
27+
php83-simplexml=8.3.27-r0 \
28+
php83-tokenizer=8.3.27-r0 \
29+
php83-xml=8.3.27-r0 \
30+
php83-xmlwriter=8.3.27-r0 \
31+
php83-zip=8.3.27-r0 \
32+
php83=8.3.27-r0 \
3333
\
3434
&& apk add --no-cache --virtual .build-dependencies \
3535
composer=2.8.10-r0 \

0 commit comments

Comments
 (0)