Skip to content

Commit

Permalink
feat: upgrade localstack in test
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Nov 25, 2023
1 parent 2183c46 commit 609c29f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class LocalStackConfig {

@Container
static LocalStackContainer localStackContainer =
new LocalStackContainer(DockerImageName.parse("localstack/localstack:2.3.2"));
new LocalStackContainer(DockerImageName.parse("localstack/localstack:3.0.0"));

static {
localStackContainer.start();
Expand Down

0 comments on commit 609c29f

Please sign in to comment.