From 05d8374bff6c97c333607fb764202f906ba472ff Mon Sep 17 00:00:00 2001 From: vipul <vipul.v@subcom.tech> Date: Fri, 19 Apr 2024 13:23:05 +0530 Subject: [PATCH] chore: bump oneapi from 2.1.2 to 2.1.3, fixes mdm profile updates --- setup-debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-debian.sh b/setup-debian.sh index 4fe93f82..a91da92b 100755 --- a/setup-debian.sh +++ b/setup-debian.sh @@ -243,7 +243,7 @@ setup_env() { update_env_variable "REPORTS_CRUNCHER_VERSION" "0.1.0" "$ENV_SHEPHERD_PATH" update_env_variable "REPORTS_ENGINE_VERSION" "0.2.0" "$ENV_SHEPHERD_PATH" update_env_variable "TAG" "0.5.1" "$ENV_SHEPHERD_PATH" - update_env_variable "ONEAPI_VERSION" "2.1.2" "$ENV_SHEPHERD_PATH" + update_env_variable "ONEAPI_VERSION" "2.1.3" "$ENV_SHEPHERD_PATH" update_env_variable "NANOMDM_SCEP_URL" "http://0.0.0.0:8080" "$ENV_SHEPHERD_PATH" update_env_variable "NANOMDM_MDM_URL" "http://0.0.0.0:9001" "$ENV_SHEPHERD_PATH" -- GitLab