Skip to content

Commit 700d49c

Browse files
authored
Merge pull request #24 from GitGuardian/ggueutier/bump-wstunnel
Ggueutier/bump wstunnel
2 parents c4f4683 + 1013e49 commit 700d49c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default_stages: [pre-commit]
22
repos:
33
- repo: https://github.com/gruntwork-io/pre-commit
4-
rev: v0.1.28
4+
rev: v0.1.29
55
hooks:
66
- id: gofmt
77
- id: golangci-lint
@@ -14,7 +14,7 @@ repos:
1414
args:
1515
- --chart-search-root=helm/ggbridge
1616
- repo: https://github.com/gitguardian/ggshield
17-
rev: v1.38.1
17+
rev: v1.39.0
1818
hooks:
1919
- id: ggshield
2020
language_version: python3

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.2.0"
57+
ARG WSTUNNEL_VERSION="10.3.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.2.0"
3+
version: "10.3.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: b167ab086889ab761fe8a6546768f3c5e6354a22be9eb985d0ac133426ef1e11
25+
expected-sha256: 33bc9132937145990ac308fd36af466e6e4d917cbbcc916afa098f8fe335d170
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: 1a5cabbb23c421bf41bd6ea365080f66ab2540d2fdfed70934de4b677b5d73f2
31+
expected-sha256: cb2ab9c3041715dce5a6901e3b5715a816b010a0056250c6486d4ab66fcc0ee0
3232
strip-components: 0
3333
- runs: |
3434
install -dm755 "${{targets.destdir}}"/usr/bin

0 commit comments

Comments
 (0)