⬆️ Upgrades add-on base image to 11.1.0 (#42)

This commit is contained in:
Franck Nijhof 2022-03-17 14:00:44 +01:00 committed by GitHub
parent 7eac5565dc
commit 8f26558734
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -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
FROM ${BUILD_FROM}
@ -43,7 +43,7 @@ RUN \
&& pip3 install \
--no-cache-dir \
--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 \
\
&& apk --no-cache del .builddeps \

View file

@ -1,5 +1,5 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base/aarch64:11.0.1
amd64: ghcr.io/hassio-addons/base/amd64:11.0.1
armv7: ghcr.io/hassio-addons/base/armv7:11.0.1
aarch64: ghcr.io/hassio-addons/base/aarch64:11.1.0
amd64: ghcr.io/hassio-addons/base/amd64:11.1.0
armv7: ghcr.io/hassio-addons/base/armv7:11.1.0