Skip to content

Commit 8a7416a

Browse files
authored
deps: update testcontainers/sshd image to 1.3.0 (#3220)
1 parent c6cd357 commit 8a7416a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

port_forwarding.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020

2121
const (
2222
// hubSshdImage {
23-
sshdImage string = "testcontainers/sshd:1.2.0"
23+
sshdImage string = "testcontainers/sshd:1.3.0"
2424
// }
2525

2626
// HostInternal is the internal hostname used to reach the host from the container,

0 commit comments

Comments
 (0)