mirror of
https://github.com/tsightler/ring-mqtt.git
synced 2025-09-26 21:01:12 +08:00
Release v5.6.6
Revert internal go2rtc server to v1.8.5
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -3,6 +3,6 @@
|
||||
.eslintrc.json
|
||||
node_modules
|
||||
config.*.json
|
||||
ring-state.json
|
||||
ring-state*.json
|
||||
ring-test.js
|
||||
config/go2rtc.yaml
|
@@ -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 / && \
|
||||
|
@@ -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";;
|
||||
|
Reference in New Issue
Block a user