From 6313eb99cd3898d49cf2780a7a8460ff80e37be4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 19:14:41 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Add-on=20base=20i?= =?UTF-8?q?mage=20to=20v7.3.3=20(#319)?= 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/influxdb/Dockerfile b/influxdb/Dockerfile index 6d395d1..bd0d7d9 100755 --- a/influxdb/Dockerfile +++ b/influxdb/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:7.3.1 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:7.3.3 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/influxdb/build.yaml b/influxdb/build.yaml index b68a281..259ed3b 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.1 - amd64: ghcr.io/hassio-addons/debian-base/amd64:7.3.1 - armv7: ghcr.io/hassio-addons/debian-base/armv7:7.3.1 + aarch64: ghcr.io/hassio-addons/debian-base/aarch64:7.3.3 + amd64: ghcr.io/hassio-addons/debian-base/amd64:7.3.3 + armv7: ghcr.io/hassio-addons/debian-base/armv7:7.3.3 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev