From 970b8183acd32f2e1d50f7b88d87f2fd706f9760 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 10 Nov 2022 09:27:42 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=2012.2.6?= 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 1beffae..5537082 100755 --- a/prometheus/Dockerfile +++ b/prometheus/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:12.0.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.6 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -18,7 +18,7 @@ RUN \ && if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \ \ && apk --no-cache add \ - python3=3.10.4-r \ + python3=3.10.5-r0 \ py3-idna=3.3-r2 \ py3-certifi=2021.10.8-r0 \ py3-chardet=4.0.0-r3 \ diff --git a/prometheus/build.yaml b/prometheus/build.yaml index bbd995f..749251f 100644 --- a/prometheus/build.yaml +++ b/prometheus/build.yaml @@ -1,8 +1,8 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base/aarch64:12.0.0 - amd64: ghcr.io/hassio-addons/base/amd64:12.0.0 - armv7: ghcr.io/hassio-addons/base/armv7:12.0.0 + aarch64: ghcr.io/hassio-addons/base:12.2.6 + amd64: ghcr.io/hassio-addons/base:12.2.6 + armv7: ghcr.io/hassio-addons/base:12.2.6 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev