update
This commit is contained in:
		@@ -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 \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user