File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ RUN apk add --no-cache \
5454# ## WSTunnel
5555FROM builder AS wstunnel
5656
57- ARG WSTUNNEL_VERSION="10.4.0 "
57+ ARG WSTUNNEL_VERSION="10.4.2 "
5858ENV WSTUNNEL_VERSION=$WSTUNNEL_VERSION
5959RUN curl -fsSL https://github.com/erebe/wstunnel/releases/download/v${WSTUNNEL_VERSION}/wstunnel_${WSTUNNEL_VERSION}_${TARGETOS}_${TARGETARCH}.tar.gz | \
6060 tar xvzf - -C /usr/bin wstunnel && \
Original file line number Diff line number Diff line change 11package :
22 name : wstunnel
3- version : " 10.4.0 "
3+ version : " 10.4.2 "
44 epoch : 0
55 description : Wstunnel uses the websocket protocol which is compatible with http in order to bypass firewalls and proxies
66 url : https://github.com/erebe/wstunnel
@@ -22,13 +22,13 @@ pipeline:
2222 uses : fetch
2323 with :
2424 uri : https://github.com/erebe/wstunnel/releases/download/v${{package.version}}/wstunnel_${{package.version}}_linux_arm64.tar.gz
25- expected-sha256 : c8e88b696d5415d57ad9b7ec8968d15919cf359e427c0bd1d23a8b33d691b96e
25+ expected-sha256 : c45597cf0fd22ba806d5a25108284e3734a86b3b806b0779dcb017202829e712
2626 strip-components : 0
2727 - if : ${{build.arch}} == 'x86_64'
2828 uses : fetch
2929 with :
3030 uri : https://github.com/erebe/wstunnel/releases/download/v${{package.version}}/wstunnel_${{package.version}}_linux_amd64.tar.gz
31- expected-sha256 : daefe5838e6c50abc7342cdf3b94a71d7d87fde146cb61c6c689eb4bcf6d4cb8
31+ expected-sha256 : bd3e2cb438db203c8a6cf20233e7dc35634d2f31a531923b4bd037ec765de760
3232 strip-components : 0
3333 - runs : |
3434 install -dm755 "${{targets.destdir}}"/usr/bin
You can’t perform that action at this time.
0 commit comments