update undock to 0.12.0

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-04-10 10:52:28 +02:00
parent b1a6006855
commit f887624a15
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ const tmpDir = () => fs.mkdtempSync(path.join(process.env.TEMP || os.tmpdir(), '
beforeAll(async () => {
const undockInstall = new UndockInstall();
const undockBinPath = await undockInstall.download('v0.10.0', true);
const undockBinPath = await undockInstall.download('v0.12.0', true);
await undockInstall.install(undockBinPath);
const regclientInstall = new RegclientInstall();