Skip to content

Commit

Permalink
Fix #1391 by using a tagged version of sshd (#1407)
Browse files Browse the repository at this point in the history
Workaround for #1406
  • Loading branch information
rnorth committed Apr 15, 2019
1 parent cc09697 commit 40724a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public String getRyukImage() {
}

public String getSSHdImage() {
return (String) properties.getOrDefault("sshd.container.image", "quay.io/testcontainers/sshd@sha256:18aa929c653284189fc9cefa45b731021857b6047a0a1757e909f958f258f088");
return (String) properties.getOrDefault("sshd.container.image", "quay.io/testcontainers/sshd:1.0.0");
}

public Integer getRyukTimeout() {
Expand Down

0 comments on commit 40724a0

Please sign in to comment.