diff --git a/.gitignore b/.gitignore index 8ea0034..f9861b3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,6 @@ .eslintrc.json node_modules config.*.json -ring-state.json +ring-state*.json ring-test.js -config/go2rtc.yaml \ No newline at end of file +config/go2rtc.yaml diff --git a/Dockerfile b/Dockerfile index 428ffe0..23be3a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 / && \ diff --git a/scripts/update2branch.sh b/scripts/update2branch.sh index 187ed04..cb437e9 100644 --- a/scripts/update2branch.sh +++ b/scripts/update2branch.sh @@ -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";;