Skip to content

Commit e431479

Browse files
authored
Update to Alpine 3.21 (NodeJS 22) (#2015)
1 parent 74a8029 commit e431479

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"versioningTemplate": "loose",
2525
"datasourceTemplate": "repology",
26-
"depNameTemplate": "alpine_3_19/{{{replace 'openssh-client' 'openssh' package}}}"
26+
"depNameTemplate": "alpine_3_21/{{{replace 'openssh-client' 'openssh' package}}}"
2727
}
2828
],
2929
"packageRules": [

node-red/Dockerfile

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=ghcr.io/hassio-addons/base-nodejs:0.2.5
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.2
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

@@ -16,15 +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.5-r0 \
20-
py3-pip=23.3.1-r0 \
21-
python3-dev=3.11.11-r0 \
19+
linux-headers=6.6-r1 \
20+
py3-pip=24.3.1-r0 \
21+
python3-dev=3.12.8-r1 \
2222
\
2323
&& apk add --no-cache \
24-
git=2.43.5-r0 \
25-
icu-data-full=74.1-r0 \
26-
nginx=1.24.0-r16 \
27-
openssh-client=9.6_p1-r1 \
24+
git=2.47.1-r0 \
25+
icu-data-full=74.2-r0 \
26+
nginx=1.26.2-r4 \
27+
nodejs=22.11.0-r1 \
28+
npm=10.9.1-r0 \
29+
openssh-client=9.9_p1-r2 \
2830
patch=2.7.6-r10 \
2931
\
3032
&& npm install \

node-red/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
build_from:
3-
aarch64: ghcr.io/hassio-addons/base-nodejs:0.2.5
4-
amd64: ghcr.io/hassio-addons/base-nodejs:0.2.5
3+
aarch64: ghcr.io/hassio-addons/base:17.0.2
4+
amd64: ghcr.io/hassio-addons/base:17.0.2
55
codenotary:
66
base_image: codenotary@frenck.dev
77
signer: codenotary@frenck.dev

0 commit comments

Comments
 (0)