Skip to content

Commit

Permalink
chore: fix docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisuhag committed Jun 11, 2024
1 parent c079904 commit 3682cfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/extractors/presto/presto_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ var (
func TestMain(m *testing.M) {
// setup test
opts := dockertest.RunOptions{
Repository: "prestodb/presto:0.284",
Tag: "0.270",
Repository: "prestodb/presto",
Tag: "latest",
ExposedPorts: []string{"8080"},
PortBindings: map[docker.Port][]docker.PortBinding{"8080": {{HostIP: "0.0.0.0", HostPort: port}}},
}
Expand Down

0 comments on commit 3682cfc

Please sign in to comment.