Skip to content

Commit

Permalink
fix: health check for ssh server (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
achettyiitr authored Apr 5, 2024
1 parent 17d8f10 commit c788d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testhelper/docker/resource/sshserver/sshserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func Setup(pool *dockertest.Pool, cln resource.Cleaner, opts ...Option) (*Resour
}
container, err := pool.RunWithOptions(&dockertest.RunOptions{
Repository: "lscr.io/linuxserver/openssh-server",
Tag: "latest",
Tag: "9.3_p2-r1-ls145",
NetworkID: network.ID,
Hostname: "sshserver",
PortBindings: map[dc.Port][]dc.PortBinding{
Expand Down

0 comments on commit c788d93

Please sign in to comment.