Skip to content

Commit

Permalink
Update localstack image to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Jan 16, 2025
1 parent 61da3eb commit d982a16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class TestS3FileSystemLocalStack
private static final String BUCKET = "test-bucket";

@Container
private static final LocalStackContainer LOCALSTACK = new LocalStackContainer(DockerImageName.parse("localstack/localstack:3.7.0"))
private static final LocalStackContainer LOCALSTACK = new LocalStackContainer(DockerImageName.parse("localstack/localstack:4.0.3"))
.withServices(Service.S3);

@Override
Expand Down

0 comments on commit d982a16

Please sign in to comment.