Release v5.6.6

Revert internal go2rtc server to v1.8.5
This commit is contained in:
Tom Sightler
2024-06-13 12:37:20 -04:00
parent db50f135de
commit 7f4cd2adbc
3 changed files with 4 additions and 4 deletions

4
.gitignore vendored
View File

@@ -3,6 +3,6 @@
.eslintrc.json
node_modules
config.*.json
ring-state.json
ring-state*.json
ring-test.js
config/go2rtc.yaml
config/go2rtc.yaml

View File

@@ -11,7 +11,7 @@ ENV LANG="C.UTF-8" \
COPY . /app/ring-mqtt
RUN S6_VERSION="v3.1.6.2" && \
BASHIO_VERSION="v0.16.2" && \
GO2RTC_VERSION="v1.9.3" && \
GO2RTC_VERSION="v1.8.5" && \
APK_ARCH="$(apk --print-arch)" && \
apk add --no-cache tar xz git libcrypto3 libssl3 musl-utils musl bash curl jq tzdata nodejs npm mosquitto-clients && \
curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/${S6_VERSION}/s6-overlay-noarch.tar.xz" | tar -Jxpf - -C / && \

View File

@@ -22,7 +22,7 @@ else
echo "The ring-mqtt-${BRANCH} branch has been updated."
APK_ARCH="$(apk --print-arch)"
GO2RTC_VERSION="v1.9.3"
GO2RTC_VERSION="v1.8.5"
case "${APK_ARCH}" in
x86_64)
GO2RTC_ARCH="amd64";;