From 5539233936600fc42a70a99e50499ff887d04ad9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 7 Feb 2022 11:09:04 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=2011.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prometheus/Dockerfile | 2 +- prometheus/build.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/prometheus/Dockerfile b/prometheus/Dockerfile index 248109f..57b25f6 100755 --- a/prometheus/Dockerfile +++ b/prometheus/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:11.0.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:11.0.1 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/prometheus/build.yaml b/prometheus/build.yaml index 3de9a04..d972ee5 100644 --- a/prometheus/build.yaml +++ b/prometheus/build.yaml @@ -1,5 +1,5 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base/aarch64:11.0.0 - amd64: ghcr.io/hassio-addons/base/amd64:11.0.0 - armv7: ghcr.io/hassio-addons/base/armv7:11.0.0 + aarch64: ghcr.io/hassio-addons/base/aarch64:11.0.1 + amd64: ghcr.io/hassio-addons/base/amd64:11.0.1 + armv7: ghcr.io/hassio-addons/base/armv7:11.0.1