diff --git a/base/Dockerfile b/base/Dockerfile index b370f6f..d0e1b15 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.2.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.2.3 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/base/build.yaml b/base/build.yaml index e16f176..51507e7 100644 --- a/base/build.yaml +++ b/base/build.yaml @@ -1,9 +1,9 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:17.2.2 - amd64: ghcr.io/hassio-addons/base:17.2.2 - armhf: ghcr.io/hassio-addons/base:17.2.2 - armv7: ghcr.io/hassio-addons/base:17.2.2 - i386: ghcr.io/hassio-addons/base:17.2.2 + aarch64: ghcr.io/hassio-addons/base:17.2.3 + amd64: ghcr.io/hassio-addons/base:17.2.3 + armhf: ghcr.io/hassio-addons/base:17.2.3 + armv7: ghcr.io/hassio-addons/base:17.2.3 + i386: ghcr.io/hassio-addons/base:17.2.3 codenotary: signer: codenotary@frenck.dev