Skip to content

Commit

Permalink
Upgrade localstack version
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Nov 8, 2024
1 parent 0daeb81 commit 93b62ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@ActiveProfiles("test-S3")
class FileStorageServiceS3Test extends FileStorageServiceTest {
private static final DockerImageName LOCALSTACK_IMG =
DockerImageName.parse("localstack/localstack:3.1.0");
DockerImageName.parse("localstack/localstack:3.8.1");

private static final LocalStackContainer localStack =
new LocalStackContainer(LOCALSTACK_IMG)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
@Testcontainers
class AwsParamStoreConfigTest {
private static final DockerImageName LOCALSTACK_IMG =
DockerImageName.parse("localstack/localstack:3.1.0");
DockerImageName.parse("localstack/localstack:3.8.1");

@Container
private static final LocalStackContainer localStack = new LocalStackContainer(LOCALSTACK_IMG).withServices(SSM);
Expand Down

0 comments on commit 93b62ea

Please sign in to comment.