Skip to content

Commit

Permalink
Bump localstack image to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyPopov committed Sep 11, 2023
1 parent d3372a4 commit cfa333c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
final class S3TestContainer {
static LocalStackContainer container() {
return new LocalStackContainer(
DockerImageName.parse("localstack/localstack:2.0.2")
DockerImageName.parse("localstack/localstack:2.2.0")
).withServices(LocalStackContainer.Service.S3);
}
}

0 comments on commit cfa333c

Please sign in to comment.