diff --git a/grott-current/Dockerfile b/grott-current/Dockerfile index 3c70352..d4689e3 100644 --- a/grott-current/Dockerfile +++ b/grott-current/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.1.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.1.1 # hadolint ignore=DL3006 FROM $BUILD_FROM diff --git a/grott-current/build.yaml b/grott-current/build.yaml index 5342c74..c8e301e 100644 --- a/grott-current/build.yaml +++ b/grott-current/build.yaml @@ -1,10 +1,10 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base/aarch64:14.1.0 - amd64: ghcr.io/hassio-addons/base/amd64:14.1.0 - armhf: ghcr.io/hassio-addons/base/armhf:14.1.0 - armv7: ghcr.io/hassio-addons/base/armv7:14.1.0 - i386: ghcr.io/hassio-addons/base/i386:14.1.0 + aarch64: ghcr.io/hassio-addons/base/aarch64:14.1.1 + amd64: ghcr.io/hassio-addons/base/amd64:14.1.1 + armhf: ghcr.io/hassio-addons/base/armhf:14.1.1 + armv7: ghcr.io/hassio-addons/base/armv7:14.1.1 + i386: ghcr.io/hassio-addons/base/i386:14.1.1 codenotary: base_image: codenotary@frenck.dev signer: etienne.guilluy@gmail.com diff --git a/grott/Dockerfile b/grott/Dockerfile index be51f52..46cb5ae 100644 --- a/grott/Dockerfile +++ b/grott/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.1.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.1.1 # hadolint ignore=DL3006 FROM $BUILD_FROM diff --git a/grott/build.yaml b/grott/build.yaml index 5342c74..c8e301e 100644 --- a/grott/build.yaml +++ b/grott/build.yaml @@ -1,10 +1,10 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base/aarch64:14.1.0 - amd64: ghcr.io/hassio-addons/base/amd64:14.1.0 - armhf: ghcr.io/hassio-addons/base/armhf:14.1.0 - armv7: ghcr.io/hassio-addons/base/armv7:14.1.0 - i386: ghcr.io/hassio-addons/base/i386:14.1.0 + aarch64: ghcr.io/hassio-addons/base/aarch64:14.1.1 + amd64: ghcr.io/hassio-addons/base/amd64:14.1.1 + armhf: ghcr.io/hassio-addons/base/armhf:14.1.1 + armv7: ghcr.io/hassio-addons/base/armv7:14.1.1 + i386: ghcr.io/hassio-addons/base/i386:14.1.1 codenotary: base_image: codenotary@frenck.dev signer: etienne.guilluy@gmail.com