From 15a69ce74fcdaa04029ec94661823c15afd74fe9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:57:45 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Add-on=20base=20i?= =?UTF-8?q?mage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grott/Dockerfile | 2 +- grott/build.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/grott/Dockerfile b/grott/Dockerfile index 6ef2f54..e5d6042 100644 --- a/grott/Dockerfile +++ b/grott/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base-python:16.1.4 +ARG BUILD_FROM=ghcr.io/hassio-addons/base-python:18.0.0 # hadolint ignore=DL3006 FROM $BUILD_FROM diff --git a/grott/build.yaml b/grott/build.yaml index 828a43c..67214e2 100644 --- a/grott/build.yaml +++ b/grott/build.yaml @@ -1,9 +1,9 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base-python/aarch64:16.1.4 - amd64: ghcr.io/hassio-addons/base-python/amd64:16.1.4 - armhf: ghcr.io/hassio-addons/base-python/armhf:16.1.4 - armv7: ghcr.io/hassio-addons/base-python/armv7:16.1.4 - i386: ghcr.io/hassio-addons/base-python/i386:16.1.4 + aarch64: ghcr.io/hassio-addons/base-python/aarch64:18.0.0 + amd64: ghcr.io/hassio-addons/base-python/amd64:18.0.0 + armhf: ghcr.io/hassio-addons/base-python/armhf:17.0.0 + armv7: ghcr.io/hassio-addons/base-python/armv7:17.0.0 + i386: ghcr.io/hassio-addons/base-python/i386:17.0.0 codenotary: base_image: codenotary@frenck.dev