Skip to content

Commit c4f4683

Browse files
authored
Merge pull request #23 from GitGuardian/ggguardian/bumps-wstunnel-to-v10.2.0
deps: bumps wstunnel from v10.1.11 to v10.2.0
2 parents fad9d72 + 3076f65 commit c4f4683

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN apk add --no-cache \
5454
### WSTunnel
5555
FROM builder AS wstunnel
5656

57-
ARG WSTUNNEL_VERSION="10.1.11"
57+
ARG WSTUNNEL_VERSION="10.2.0"
5858
ENV WSTUNNEL_VERSION=$WSTUNNEL_VERSION
5959
RUN 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 && \

melange/wstunnel.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
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

0 commit comments

Comments
 (0)