This commit is contained in:
ai-dev 2024-10-30 12:46:48 +01:00
parent 2cb8ed4e75
commit e99f0ee8fb

View File

@ -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 \