diff --git a/node-red/Dockerfile b/node-red/Dockerfile index b6bdd88f..e7796464 100644 --- a/node-red/Dockerfile +++ b/node-red/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base-nodejs:0.2.3 +ARG BUILD_FROM=ghcr.io/hassio-addons/base-nodejs:0.2.4 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/node-red/build.yaml b/node-red/build.yaml index 894677fe..16085b79 100644 --- a/node-red/build.yaml +++ b/node-red/build.yaml @@ -1,8 +1,8 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base-nodejs:0.2.3 - amd64: ghcr.io/hassio-addons/base-nodejs:0.2.3 - armv7: ghcr.io/hassio-addons/base-nodejs:0.2.3 + aarch64: ghcr.io/hassio-addons/base-nodejs:0.2.4 + amd64: ghcr.io/hassio-addons/base-nodejs:0.2.4 + armv7: ghcr.io/hassio-addons/base-nodejs:0.2.4 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev