diff --git a/base/Dockerfile b/base/Dockerfile index f36fa0d..13b66a8 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.1.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.1.3 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/base/build.yaml b/base/build.yaml index a60107f..be5bf6e 100644 --- a/base/build.yaml +++ b/base/build.yaml @@ -1,9 +1,9 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:16.1.2 - amd64: ghcr.io/hassio-addons/base:16.1.2 - armhf: ghcr.io/hassio-addons/base:16.1.2 - armv7: ghcr.io/hassio-addons/base:16.1.2 - i386: ghcr.io/hassio-addons/base:16.1.2 + aarch64: ghcr.io/hassio-addons/base:16.1.3 + amd64: ghcr.io/hassio-addons/base:16.1.3 + armhf: ghcr.io/hassio-addons/base:16.1.3 + armv7: ghcr.io/hassio-addons/base:16.1.3 + i386: ghcr.io/hassio-addons/base:16.1.3 codenotary: signer: codenotary@frenck.dev