Skip to content

Commit

Permalink
Update image
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Mar 30, 2023
1 parent b716c3b commit d687205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/localstack/localstack_test.go
Expand Up @@ -190,7 +190,7 @@ func TestStartV2WithNetwork(t *testing.T) {
localstack, err := StartContainer(
ctx,
OverrideContainerRequest(testcontainers.ContainerRequest{
Image: "localstack/localstack:latest",
Image: "localstack/localstack:2.0.0",
Networks: []string{"localstack-network"},
NetworkAliases: map[string][]string{"localstack-network": {"localstack"}},
}),
Expand Down

0 comments on commit d687205

Please sign in to comment.