diff --git a/prometheus/Dockerfile b/prometheus/Dockerfile index 888b45e..9981b22 100755 --- a/prometheus/Dockerfile +++ b/prometheus/Dockerfile @@ -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 \ diff --git a/prometheus/build.yaml b/prometheus/build.yaml index d972ee5..e7cd300 100644 --- a/prometheus/build.yaml +++ b/prometheus/build.yaml @@ -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