From c49d1c1bdfabe9cefe021c0909472b79997231a1 Mon Sep 17 00:00:00 2001 From: Nathan Ellsworth <35043496+42Network@users.noreply.github.com> Date: Tue, 19 Jul 2022 23:47:58 -0500 Subject: [PATCH] Update wheels to alpine-3.14 --- prometheus/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/Dockerfile b/prometheus/Dockerfile index 2a91975..9ac72fc 100755 --- a/prometheus/Dockerfile +++ b/prometheus/Dockerfile @@ -43,7 +43,7 @@ RUN \ && pip3 install \ --no-cache-dir \ --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 \ \ && apk --no-cache del .builddeps \