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 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base system # Setup base system
ARG BUILD_ARCH=amd64 ARG BUILD_ARCH=amd64
ENV PROMETHEUS_VERSION=2.54.1 ENV PROMETHEUS_VERSION=2.55.0
# Copy root filesystem # Copy root filesystem
COPY rootfs / COPY rootfs /
@ -47,7 +47,7 @@ RUN \
--break-system-packages \ --break-system-packages \
--no-cache-dir \ --no-cache-dir \
--prefer-binary \ --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 \ -r /opt/prometheus-configgen/requirements.txt \
\ \
&& apk --no-cache del .builddeps \ && apk --no-cache del .builddeps \