diff --git a/base/Dockerfile b/base/Dockerfile index 7a6fcc6..f307e1f 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.1 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.2 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/base/build.yaml b/base/build.yaml index 98f6e8b..6596084 100644 --- a/base/build.yaml +++ b/base/build.yaml @@ -1,9 +1,9 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:17.0.1 - amd64: ghcr.io/hassio-addons/base:17.0.1 - armhf: ghcr.io/hassio-addons/base:17.0.1 - armv7: ghcr.io/hassio-addons/base:17.0.1 - i386: ghcr.io/hassio-addons/base:17.0.1 + aarch64: ghcr.io/hassio-addons/base:17.0.2 + amd64: ghcr.io/hassio-addons/base:17.0.2 + armhf: ghcr.io/hassio-addons/base:17.0.2 + armv7: ghcr.io/hassio-addons/base:17.0.2 + i386: ghcr.io/hassio-addons/base:17.0.2 codenotary: signer: codenotary@frenck.dev