Skip to content

Commit

Permalink
pkg 1.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Oct 14, 2022
1 parent 0aa674b commit 032a67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN case "$(uname -m)" in \
&& set -x \
&& 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

ENV HOMEBRIDGE_PKG_VERSION=1.0.29
ENV HOMEBRIDGE_PKG_VERSION=1.0.30

RUN case "$(uname -m)" in \
x86_64) DEB_ARCH='amd64';; \
Expand Down

0 comments on commit 032a67b

Please sign in to comment.