Skip to content

Commit

Permalink
feat: upgrade testcontainers to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Nov 17, 2023
1 parent b09c755 commit f8fb655
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@Slf4j
public class LocalStackConfig {
protected static final LocalStackContainer LOCAL_STACK_CONTAINER =
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 f8fb655

Please sign in to comment.