diff --git a/base/Dockerfile b/base/Dockerfile index fd877a3..d4f6937 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.3 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/base/build.yaml b/base/build.yaml index 3165072..5b07e05 100644 --- a/base/build.yaml +++ b/base/build.yaml @@ -1,9 +1,9 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:16.3.2 - amd64: ghcr.io/hassio-addons/base:16.3.2 - armhf: ghcr.io/hassio-addons/base:16.3.2 - armv7: ghcr.io/hassio-addons/base:16.3.2 - i386: ghcr.io/hassio-addons/base:16.3.2 + aarch64: ghcr.io/hassio-addons/base:16.3.3 + amd64: ghcr.io/hassio-addons/base:16.3.3 + armhf: ghcr.io/hassio-addons/base:16.3.3 + armv7: ghcr.io/hassio-addons/base:16.3.3 + i386: ghcr.io/hassio-addons/base:16.3.3 codenotary: signer: codenotary@frenck.dev