We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032a67b commit 1520c13Copy full SHA for 1520c13
Dockerfile
@@ -53,7 +53,7 @@ RUN case "$(uname -m)" in \
53
&& set -x \
54
&& curl -Lfs https://github.com/homebridge/ffmpeg-for-homebridge/releases/download/v0.1.0/ffmpeg-debian-${FFMPEG_ARCH}.tar.gz | tar xzf - -C / --no-same-owner
55
56
-ENV HOMEBRIDGE_PKG_VERSION=1.0.30
+ENV HOMEBRIDGE_PKG_VERSION=1.0.31
57
58
RUN case "$(uname -m)" in \
59
x86_64) DEB_ARCH='amd64';; \
0 commit comments