Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Nov 25, 2023
1 parent 609c29f commit 30b8c6f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
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:3.0.0"));
new LocalStackContainer(DockerImageName.parse("localstack/localstack:3.0.1"));

static {
localStackContainer.start();
Expand Down
1 change: 0 additions & 1 deletion aws-s3-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<springdoc-openapi.version>2.2.0</springdoc-openapi.version>

<spotless.version>2.40.0</spotless.version>
<testcontainers.version>1.18.3</testcontainers.version>

<project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory>
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ PostgreSQLContainer<?> postgresContainer() {
}

static final LocalStackContainer LOCALSTACKCONTAINER =
new LocalStackContainer(DockerImageName.parse("localstack/localstack").withTag("3.0.0"))
new LocalStackContainer(DockerImageName.parse("localstack/localstack").withTag("3.0.1"))
.withCopyFileToContainer(
MountableFile.forHostPath(".localstack/"),
"/etc/localstack/init/ready.d/")
Expand Down

0 comments on commit 30b8c6f

Please sign in to comment.