From ecbbc60fb9a056b713ca7d724789e6c5b4081292 Mon Sep 17 00:00:00 2001 From: alexz Date: Tue, 16 Dec 2025 20:55:36 +0000 Subject: [PATCH] fix(rego-tunnel): use WINDOWS_VERSION variable instead of hardcoded ISO path --- apps/rego-tunnel/docker-compose.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rego-tunnel/docker-compose.json b/apps/rego-tunnel/docker-compose.json index 90914a9..8f90265 100755 --- a/apps/rego-tunnel/docker-compose.json +++ b/apps/rego-tunnel/docker-compose.json @@ -19,7 +19,7 @@ }, { "key": "VERSION", - "value": "/storage/custom.iso" + "value": "${WINDOWS_VERSION}" }, { "key": "KEY",