From 9b82b74204919ab44aecba8b1cea2db30651b198 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 17:15:46 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20hyperion-project/?= =?UTF-8?q?hyperion.ng=20to=20v2.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hyperion/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperion/Dockerfile b/hyperion/Dockerfile index 8c72c76..191de9f 100644 --- a/hyperion/Dockerfile +++ b/hyperion/Dockerfile @@ -3,7 +3,7 @@ FROM ${BUILD_FROM:-ghcr.io/home-assistant/amd64-base-debian:bookworm} # Static build args ARG TARGETARCH -ARG HYPERION_VERSION="2.1.1" +ARG HYPERION_VERSION="2.2.1" ARG HYPERION_URL="https://github.com/hyperion-project/hyperion.ng" ARG OPENSSL_VERSION="1.1.1w-0+deb11u4" ARG LIBSSL_VERSION="1.1.1w-0+deb11u4"