Skip to content

Commit 9a59928

Browse files
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v20 (#2171)
* ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v20 * Update dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
1 parent 0215ef8 commit 9a59928

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=ghcr.io/hassio-addons/base:19.0.0
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/base:20.0.1
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

@@ -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 \

node-red/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
build_from:
3-
aarch64: ghcr.io/hassio-addons/base:19.0.0
4-
amd64: ghcr.io/hassio-addons/base:19.0.0
3+
aarch64: ghcr.io/hassio-addons/base:20.0.1
4+
amd64: ghcr.io/hassio-addons/base:20.0.1

0 commit comments

Comments
 (0)