Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Update source to v0.0.6 as 0.0.4 is not available anymore (404 not found)
  • Loading branch information
Kryzon authored Sep 6, 2023
1 parent 75b5164 commit a24d31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dss_monocle-gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit a24d31d

Please sign in to comment.