From e99f0ee8fb8dc41c41afaccb5680dbdc7d1ecd0f Mon Sep 17 00:00:00 2001 From: ai-dev Date: Wed, 30 Oct 2024 12:46:48 +0100 Subject: [PATCH] update --- addon-prometheus/prometheus/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addon-prometheus/prometheus/Dockerfile b/addon-prometheus/prometheus/Dockerfile index 630036a..d23a184 100644 --- a/addon-prometheus/prometheus/Dockerfile +++ b/addon-prometheus/prometheus/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.2.1 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.4 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base system ARG BUILD_ARCH=amd64 -ENV PROMETHEUS_VERSION=2.54.1 +ENV PROMETHEUS_VERSION=2.55.0 # Copy root filesystem COPY rootfs / @@ -47,7 +47,7 @@ RUN \ --break-system-packages \ --no-cache-dir \ --prefer-binary \ - --find-links "https://wheels.home-assistant.io/alpine-3.15/${BUILD_ARCH}/" \ + --find-links "https://wheels.home-assistant.io/musllinux/" \ -r /opt/prometheus-configgen/requirements.txt \ \ && apk --no-cache del .builddeps \