diff --git a/prometheus/Dockerfile b/prometheus/Dockerfile index 923715f..fe93022 100755 --- a/prometheus/Dockerfile +++ b/prometheus/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.0.1 +ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.2.2 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/prometheus/build.yaml b/prometheus/build.yaml index a98e7c5..2bcf9ae 100644 --- a/prometheus/build.yaml +++ b/prometheus/build.yaml @@ -1,5 +1,5 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base/aarch64:10.0.1 - amd64: ghcr.io/hassio-addons/base/amd64:10.0.1 - armv7: ghcr.io/hassio-addons/base/armv7:10.0.1 + aarch64: ghcr.io/hassio-addons/base/aarch64:10.2.2 + amd64: ghcr.io/hassio-addons/base/amd64:10.2.2 + armv7: ghcr.io/hassio-addons/base/armv7:10.2.2