Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 8e2a00a

Browse files
committed
Try some other way for image compatibility #2
1 parent 0321167 commit 8e2a00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/springframework/integration/aws/LocalstackContainerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public interface LocalstackContainerTest {
4444
LocalStackContainer localStack =
4545
new LocalStackContainer(
4646
DockerImageName.parse(TestUtils.dockerRegistryFromEnv() + "localstack/localstack:0.14.2")
47-
.asCompatibleSubstituteFor("localstack/localstack"))
47+
.asCompatibleSubstituteFor("localstack"))
4848
.withServices(
4949
LocalStackContainer.Service.DYNAMODB,
5050
LocalStackContainer.Service.KINESIS,

0 commit comments

Comments
 (0)