Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitti09 authored Mar 17, 2024
1 parent abf7892 commit da5abdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN ARCH=$(case ${TARGETPLATFORM:-linux/amd64} in \
"linux/arm64") echo "arm64" ;; \
*) echo "" ;; esac) \
&& echo "ARCH=$ARCH" \
&& curl -sSL https://github.com/Slim-Bits/sniproxy1/releases/download/test23/sniproxy1-test23-linux-amd64.tar.gz | tar xvz \
&& curl -sSL https://github.com/Slim-Bits/sniproxy/releases/download/test-new/sniproxy-test-new-linux-amd64.tar.gz | tar xvz \
&& chmod +x sniproxy && install sniproxy /usr/local/bin && rm sniproxy

# Copy Files
Expand Down

0 comments on commit da5abdb

Please sign in to comment.