Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/prometheus/…
Browse files Browse the repository at this point in the history
…common-0.52.2
  • Loading branch information
achettyiitr authored Apr 5, 2024
2 parents 0f191c7 + c788d93 commit f2ff7ce
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 f2ff7ce

Please sign in to comment.