From 733b9340781ca64cf7796f6aea8cd3cc5193024b Mon Sep 17 00:00:00 2001 From: Northern Man <19808920+NorthernMan54@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:54:43 -0500 Subject: [PATCH] README --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d1aea1c..3ae1a71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ LABEL org.opencontainers.image.licenses="GPL-3.0" ARG HOMEBRIDGE_APT_PKG_VERSION ARG FFMPEG_VERSION -ENV HOMEBRIDGE_APT_PKG_VERSION=${HOMEBRIDGE_APT_PKG_VERSION:-v1.4.0} +ENV HOMEBRIDGE_APT_PKG_VERSION=${HOMEBRIDGE_APT_PKG_VERSION:-v1.4.1} ENV FFMPEG_VERSION=${FFMPEG_VERSION:-v2.1.1} ENV S6_OVERLAY_VERSION=3.2.0.2 \ diff --git a/README.md b/README.md index 0cabb9a..e2ba017 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This is a multi-arch image and will run on x86_64, Raspberry Pi 2, 3, 4, Zero 2 | Image Tag | Architectures | Base Image | | :-------------------- | :-----------------------| :----------------- | -| latest, ubuntu | amd64, arm32v7, arm64v8 | Ubuntu 22.04 | +| latest, ubuntu | amd64, arm32v7, arm64v8 | Ubuntu 24.04 | ## Step-By-Step Guides @@ -132,7 +132,7 @@ Join the [Official Homebridge Discord](https://discord.gg/Cmq8a44) community and ## License -Copyright (C) 2023 homebridge +Copyright (C) 2024 homebridge Copyright (C) 2017-2022 oznu This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.