From 0fc7b6e4c3be4e7aa13318ac916ba350d0077ca4 Mon Sep 17 00:00:00 2001 From: Omar Oughriss Date: Mon, 8 Sep 2025 16:44:02 +0200 Subject: [PATCH] Update Dockerfile to use branche dev of sdk_client --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cefaff8..3fba79b 100755 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ WORKDIR /build COPY . ihm_client/ # Clonage du sdk_client au même niveau que ihm_client en utilisant la clé SSH montée -RUN --mount=type=ssh git clone -b cicd ssh://git@git.4nkweb.com/4nk/sdk_client.git +RUN --mount=type=ssh git clone -b dev ssh://git@git.4nkweb.com/4nk/sdk_client.git # Build du WebAssembly avec accès SSH pour les dépendances WORKDIR /build/sdk_client