Skip to content

Commit 4048c82

Browse files
committed
Dependency bump
1 parent 0eef797 commit 4048c82

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
context: ssh-container
2222

2323
sshtows:
24-
image: docker.io/razikus/sshtows:1.0
24+
image: docker.io/razikus/sshtows:1.0.1
2525
environment:
2626
SSH_USER: "admin"
2727
SSH_PASS: "admin123123"
@@ -36,6 +36,6 @@ services:
3636
- "traefik.http.routers.sshtows-static.entrypoints=web"
3737
- "traefik.http.middlewares.sshtows-stripprefix.stripprefix.prefixes=/ssh"
3838

39-
- "traefik.http.middlewares.auth.basicauth.users=admin:$$apr1$$ro0zs3dk$$q7CjVX8gtmOrspmhSj5ki0"
39+
- "traefik.http.middlewares.auth.basicauth.users=admin:$$apr1$$ro0zs3dk$$q7CjVX8gtmOrspmhSj5ki0" # admin : admin
4040
- "traefik.http.routers.sshtows-websocket.middlewares=sshtows-stripprefix,auth"
4141
- "traefik.http.routers.sshtows-static.middlewares=auth"

src/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ require (
88
)
99

1010
require (
11-
golang.org/x/net v0.21.0 // indirect
11+
golang.org/x/net v0.23.0 // indirect
1212
golang.org/x/sys v0.19.0 // indirect
1313
)

src/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/
22
github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY=
33
golang.org/x/crypto v0.22.0 h1:g1v0xeRhjcugydODzvb3mEM9SQ0HGp9s/nh3COQ/C30=
44
golang.org/x/crypto v0.22.0/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M=
5-
golang.org/x/net v0.21.0 h1:AQyQV4dYCvJ7vGmJyKki9+PBdyvhkSd8EIx/qb0AYv4=
6-
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
5+
golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
6+
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
77
golang.org/x/sys v0.19.0 h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o=
88
golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
99
golang.org/x/term v0.19.0 h1:+ThwsDv+tYfnJFhF4L8jITxu1tdTWRTZpdsWgEgjL6Q=

0 commit comments

Comments
 (0)