From 0df9255a748b04c5fcfe2c7025a5e40ad6165c52 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sun, 26 Mar 2023 06:53:30 -0600 Subject: [PATCH] Increment to 1.3.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ddff530d..f3ab5ec4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN --mount=type=tmpfs,target=/tmp --mount=type=tmpfs,target=/var/cache/apt \ FROM wget AS go2rtc ARG TARGETARCH WORKDIR /rootfs/usr/local/go2rtc/bin -RUN wget -qO go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/v1.3.0/go2rtc_linux_${TARGETARCH}" \ +RUN wget -qO go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/v1.3.1/go2rtc_linux_${TARGETARCH}" \ && chmod +x go2rtc