Skip to content

Commit

Permalink
upgrade test containers to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Nov 16, 2023
1 parent 0202851 commit b09c755
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ public class TestS3Application {
@ServiceConnection
@RestartScope
PostgreSQLContainer<?> postgresContainer() {
return new PostgreSQLContainer<>(DockerImageName.parse("postgres:16.0-alpine"));
return new PostgreSQLContainer<>(DockerImageName.parse("postgres:16.1-alpine"));
}

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

0 comments on commit b09c755

Please sign in to comment.