Skip to content

Commit 6d012c7

Browse files
adrianbatutopetermetz
authored andcommitted
ci(test-tooling): fix CI job failing due to with wasm-pack
Updated the cactus-rust-compiler version to properly build the image and get the required files. Fixes hyperledger-cacti#2407 Signed-off-by: adrianbatuto <[email protected]>
1 parent 9667850 commit 6d012c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cactus-test-tooling/src/main/typescript/rustc-container/rustc-container.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export class RustcContainer {
8989
this.hostSourceDir = Optional.ofNullable(opts.hostSourceDir);
9090
this.imageName =
9191
opts.imageName || "ghcr.io/hyperledger/cactus-rust-compiler";
92-
this.imageTag = opts.imageTag || "2022-01-12-15d4793c---fix-1646";
92+
this.imageTag = opts.imageTag || "2023-06-26-8e59648";
9393
this.imageFqn = `${this.imageName}:${this.imageTag}`;
9494
this.envVars = opts.envVars || new Map();
9595
this.emitContainerLogs = Bools.isBooleanStrict(opts.emitContainerLogs)

0 commit comments

Comments
 (0)