mirror of
https://github.com/hassio-addons/addon-prometheus.git
synced 2025-05-04 11:11:24 +00:00
⬆️ Upgrades add-on base image to 11.1.0
This commit is contained in:
parent
7eac5565dc
commit
20731e52de
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:11.0.1
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:11.1.0
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ RUN \
|
||||||
&& pip3 install \
|
&& pip3 install \
|
||||||
--no-cache-dir \
|
--no-cache-dir \
|
||||||
--prefer-binary \
|
--prefer-binary \
|
||||||
--find-links "https://wheels.home-assistant.io/alpine-3.14/${BUILD_ARCH}/" \
|
--find-links "https://wheels.home-assistant.io/alpine-3.15/${BUILD_ARCH}/" \
|
||||||
-r /opt/prometheus-configgen/requirements.txt \
|
-r /opt/prometheus-configgen/requirements.txt \
|
||||||
\
|
\
|
||||||
&& apk --no-cache del .builddeps \
|
&& apk --no-cache del .builddeps \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/hassio-addons/base/aarch64:11.0.1
|
aarch64: ghcr.io/hassio-addons/base/aarch64:11.1.0
|
||||||
amd64: ghcr.io/hassio-addons/base/amd64:11.0.1
|
amd64: ghcr.io/hassio-addons/base/amd64:11.1.0
|
||||||
armv7: ghcr.io/hassio-addons/base/armv7:11.0.1
|
armv7: ghcr.io/hassio-addons/base/armv7:11.1.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue