diff --git a/port_forwarding.go b/port_forwarding.go index 957f3f10b1..107bd42d1b 100644 --- a/port_forwarding.go +++ b/port_forwarding.go @@ -20,7 +20,7 @@ import ( const ( // hubSshdImage { - sshdImage string = "testcontainers/sshd:1.2.0" + sshdImage string = "testcontainers/sshd:1.3.0" // } // HostInternal is the internal hostname used to reach the host from the container,