From eff9b94690dbac328929d43296af033bc561a303 Mon Sep 17 00:00:00 2001 From: Northern Man <19808920+NorthernMan54@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:05:44 -0500 Subject: [PATCH] Update Dockerfile to apt pkg 1.1.6 (#545) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4a2e02..5fe7fe4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.licenses="GPL-3.0" # update to latest releases prior to release -ENV HOMEBRIDGE_PKG_VERSION=1.1.5 \ +ENV HOMEBRIDGE_PKG_VERSION=1.1.6 \ FFMPEG_VERSION=v2.1.1 ENV S6_OVERLAY_VERSION=3.1.1.2 \