diff --git a/node-red/Dockerfile b/node-red/Dockerfile index 41332e1f6..0ddfa421f 100644 --- a/node-red/Dockerfile +++ b/node-red/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.3 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.4 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/node-red/build.yaml b/node-red/build.yaml index 267709e85..2641710ee 100644 --- a/node-red/build.yaml +++ b/node-red/build.yaml @@ -1,10 +1,10 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:12.2.3 - amd64: ghcr.io/hassio-addons/base:12.2.3 - armhf: ghcr.io/hassio-addons/base:12.2.3 - armv7: ghcr.io/hassio-addons/base:12.2.3 - i386: ghcr.io/hassio-addons/base:12.2.3 + aarch64: ghcr.io/hassio-addons/base:12.2.4 + amd64: ghcr.io/hassio-addons/base:12.2.4 + armhf: ghcr.io/hassio-addons/base:12.2.4 + armv7: ghcr.io/hassio-addons/base:12.2.4 + i386: ghcr.io/hassio-addons/base:12.2.4 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev