Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Dec 19, 2024
1 parent 3e72c6b commit 733b934
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 733b934

Please sign in to comment.