Update wheels to alpine-3.14

This commit is contained in:
Nathan Ellsworth 2022-07-19 23:47:58 -05:00 committed by GitHub
parent cf9a6a597d
commit c49d1c1bdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.15/${BUILD_ARCH}/" \ --find-links "https://wheels.home-assistant.io/alpine-3.14/${BUILD_ARCH}/" \
-r /opt/prometheus-configgen/requirements.txt \ -r /opt/prometheus-configgen/requirements.txt \
\ \
&& apk --no-cache del .builddeps \ && apk --no-cache del .builddeps \