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.1.11 "
57+ ARG WSTUNNEL_VERSION="10.2.0 "
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.1.11 "
3+ version : " 10.2.0 "
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 : 53cd153cc77976802e6443cf35a22f0562899f79c209e466663f7fd7966f2a91
25+ expected-sha256 : b167ab086889ab761fe8a6546768f3c5e6354a22be9eb985d0ac133426ef1e11
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 : 6b2c9e084d3abaca36e1f1a1e95b2149078deab353e7333ff4e63f563a046e8b
31+ expected-sha256 : 1a5cabbb23c421bf41bd6ea365080f66ab2540d2fdfed70934de4b677b5d73f2
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