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 && \