⬆️ Upgrades add-on base image to 11.1.0

This commit is contained in:
Franck Nijhof 2022-03-17 13:56:41 +01:00
parent 7eac5565dc
commit 20731e52de
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
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 # 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 \

View file

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