diff --git a/example/Dockerfile b/example/Dockerfile index 2ff4fe0..5f74e32 100644 --- a/example/Dockerfile +++ b/example/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.6 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/example/build.yaml b/example/build.yaml index a142c13..a5800a1 100644 --- a/example/build.yaml +++ b/example/build.yaml @@ -1,8 +1,8 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:16.3.6 - amd64: ghcr.io/hassio-addons/base:16.3.6 - armv7: ghcr.io/hassio-addons/base:16.3.6 + aarch64: ghcr.io/hassio-addons/base:17.0.0 + amd64: ghcr.io/hassio-addons/base:17.0.0 + armv7: ghcr.io/hassio-addons/base:17.0.0 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev