From 9116ff15f3a019b69630f76850ed9dc3d0293bff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 21:16:04 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Add-on=20base=20i?= =?UTF-8?q?mage=20to=20v7.3.5=20(#341)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- influxdb/Dockerfile | 2 +- influxdb/build.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/influxdb/Dockerfile b/influxdb/Dockerfile index ccf7a73..f75a1e1 100755 --- a/influxdb/Dockerfile +++ b/influxdb/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:7.3.4 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:7.3.5 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/influxdb/build.yaml b/influxdb/build.yaml index 72ff3a3..7fcb502 100644 --- a/influxdb/build.yaml +++ b/influxdb/build.yaml @@ -1,8 +1,8 @@ --- build_from: aarch64: ghcr.io/hassio-addons/debian-base/aarch64:7.3.4 - amd64: ghcr.io/hassio-addons/debian-base/amd64:7.3.4 - armv7: ghcr.io/hassio-addons/debian-base/armv7:7.3.4 + amd64: ghcr.io/hassio-addons/debian-base/amd64:7.3.5 + armv7: ghcr.io/hassio-addons/debian-base/armv7:7.3.5 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev