Skip to content

Commit fb3fed4

Browse files
authored
Update testcontainers/sshd image from 1.3.0 to 1.4.0 (#11843)
1 parent 905a445 commit fb3fed4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/main/java/org/testcontainers/containers/PortForwardingContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public enum PortForwardingContainer {
2424

2525
private static ContainerDef DEFINITION = new ContainerDef() {
2626
{
27-
setImage(DockerImageName.parse("testcontainers/sshd:1.3.0"));
27+
setImage(DockerImageName.parse("testcontainers/sshd:1.4.0"));
2828
addExposedTcpPort(22);
2929
addEnvVar("PASSWORD", PASSWORD);
3030
}

docs/features/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Some companies disallow the usage of Docker Hub, but you can override `*.image`
5252
> **tinyimage.container.image = alpine:3.17**
5353
> Used to check whether images can be pulled at startup, and always required (unless [startup checks are disabled](#disabling-the-startup-checks))
5454
55-
> **sshd.container.image = testcontainers/sshd:1.1.0**
55+
> **sshd.container.image = testcontainers/sshd:1.4.0**
5656
> Required if [exposing host ports to containers](./networking.md#exposing-host-ports-to-the-container)
5757
5858
> **vncrecorder.container.image = testcontainers/vnc-recorder:1.3.0**

0 commit comments

Comments
 (0)