Skip to content

Commit

Permalink
bump localstack version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasniemeier-zalando committed Feb 4, 2025
1 parent 7708cd9 commit d2c87f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ S3ConfigurationRepository configurationRepository(

@Container
private static final LocalStackContainer localstack = new LocalStackContainer(
DockerImageName.parse("localstack/localstack:2.1.0")
DockerImageName.parse("localstack/localstack:4.1.0")
).withServices(S3, KMS).withEnv("DEFAULT_REGION", Region.EU_CENTRAL_1.id());

@Bean
Expand Down

0 comments on commit d2c87f6

Please sign in to comment.