Skip to content

Commit 95348c5

Browse files
committed
Update dependencies
1 parent 9e7ab95 commit 95348c5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"versioningTemplate": "loose",
2727
"datasourceTemplate": "repology",
28-
"depNameTemplate": "alpine_3_22/{{{replace 'openssh-client' 'openssh' package}}}"
28+
"depNameTemplate": "alpine_3_23/{{{replace 'openssh-client-default' 'openssh' package}}}"
2929
}
3030
],
3131
"packageRules": [

node-red/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1616
RUN \
1717
apk add --no-cache --virtual .build-dependencies \
1818
build-base=0.5-r3 \
19-
linux-headers=6.14.2-r0 \
20-
py3-pip=25.1.1-r0 \
19+
linux-headers=6.16.12-r0 \
20+
py3-pip=25.1.1-r1 \
2121
python3-dev=3.12.12-r0 \
2222
\
2323
&& apk add --no-cache \
24-
git=2.49.1-r0 \
24+
git=2.52.0-r0 \
2525
icu-data-full=76.1-r1 \
26-
nginx=1.28.0-r3 \
27-
nodejs=22.16.0-r2 \
28-
npm=11.6.4-r0 \
29-
openssh-client=10.0_p1-r10 \
26+
nginx=1.28.2-r0 \
27+
nodejs=24.13.0-r1 \
28+
npm=11.6.3-r0 \
29+
openssh-client-default=10.2_p1-r0 \
3030
patch=2.8-r0 \
3131
\
3232
&& npm install \

0 commit comments

Comments
 (0)