Skip to content

Commit 492559a

Browse files
committed
Fix ee tests
1 parent 7b9e366 commit 492559a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/testcontainers/containers/TarantoolSdkContainerTestEnterprise.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void test_should_createTarantoolContainerFromSdk() throws URISyntaxException {
2929
);
3030
final Map<String, String> buildArgs = new HashMap<>();
3131
buildArgs.put("DOWNLOAD_SDK_URI", System.getenv("DOWNLOAD_SDK_URI"));
32-
buildArgs.put("SDK_VERSION", "tarantool-enterprise-bundle-2.7.3-0-gdddf926c3-r443");
32+
buildArgs.put("SDK_VERSION", "tarantool-enterprise-sdk-nogc64-2.10.6-0-r557.linux.x86_64");
3333

3434
try (final TarantoolContainer tarantoolContainer = new TarantoolContainer(
3535
new TarantoolImageParams("tarantool-enterprise-bundle:latest", dockerfile, buildArgs))

0 commit comments

Comments
 (0)