Skip to content

Commit c6b7899

Browse files
authored
Merge pull request #26 from GitGuardian/deps/bump-wstunnel
chore(deps): bump wstunnel from 10.4.0 to 10.4.2
2 parents e00c424 + 102f50e commit c6b7899

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.4.0"
57+
ARG WSTUNNEL_VERSION="10.4.2"
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.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

0 commit comments

Comments
 (0)