From a24d31d7217cb0000c83a21ab7622b059d4d7d5a Mon Sep 17 00:00:00 2001 From: Kryzon <36007152+Kryzon@users.noreply.github.com> Date: Wed, 6 Sep 2023 10:19:32 +0200 Subject: [PATCH] Update Dockerfile Update source to v0.0.6 as 0.0.4 is not available anymore (404 not found) --- dss_monocle-gateway/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dss_monocle-gateway/Dockerfile b/dss_monocle-gateway/Dockerfile index 47a0096..d462d2a 100644 --- a/dss_monocle-gateway/Dockerfile +++ b/dss_monocle-gateway/Dockerfile @@ -46,7 +46,7 @@ RUN apk add --no-cache ca-certificates # Remove the downloaded Monocle Gateway # archive files # --------------------------------------- -RUN wget -c https://files.monoclecam.com/monocle-gateway/linux/monocle-gateway-alpine-x64-v0.0.4.tar.gz -O /tmp/monocle/monocle-gateway.tar.gz && \ +RUN wget -c https://files.monoclecam.com/monocle-gateway/linux/monocle-gateway-alpine-x64-v0.0.6.tar.gz -O /tmp/monocle/monocle-gateway.tar.gz && \ cd /usr/local/bin/ && \ tar xvzf /tmp/monocle/monocle-gateway.tar.gz monocle-gateway && \ tar xvzf /tmp/monocle/monocle-gateway.tar.gz monocle-proxy && \