From 8f265587341fa0725413a1c1a31450bda324cd04 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 17 Mar 2022 14:00:44 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=2011.1.0=20(#42)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prometheus/Dockerfile | 4 ++-- prometheus/build.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/prometheus/Dockerfile b/prometheus/Dockerfile index 888b45e..9981b22 100755 --- a/prometheus/Dockerfile +++ b/prometheus/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:11.0.1 +ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:11.1.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -43,7 +43,7 @@ RUN \ && pip3 install \ --no-cache-dir \ --prefer-binary \ - --find-links "https://wheels.home-assistant.io/alpine-3.14/${BUILD_ARCH}/" \ + --find-links "https://wheels.home-assistant.io/alpine-3.15/${BUILD_ARCH}/" \ -r /opt/prometheus-configgen/requirements.txt \ \ && apk --no-cache del .builddeps \ diff --git a/prometheus/build.yaml b/prometheus/build.yaml index d972ee5..e7cd300 100644 --- a/prometheus/build.yaml +++ b/prometheus/build.yaml @@ -1,5 +1,5 @@ --- build_from: - 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 + aarch64: ghcr.io/hassio-addons/base/aarch64:11.1.0 + amd64: ghcr.io/hassio-addons/base/amd64:11.1.0 + armv7: ghcr.io/hassio-addons/base/armv7:11.1.0