Update aksusbd to 10.12.1

Version bundled in eclair 3.13 doesn't work with K8.

Signed-off-by: Saheer Babu <saheer.babu@arm.com>
diff --git a/eclair-tf-m-3.13/Dockerfile b/eclair-tf-m-3.13/Dockerfile
index daa46ed..218b0e3 100644
--- a/eclair-tf-m-3.13/Dockerfile
+++ b/eclair-tf-m-3.13/Dockerfile
@@ -31,9 +31,12 @@
     chmod +x ${SetupFile} && \
     ./${SetupFile} --keep --noexec
 
+# update license manager for k8 agents
+# This is later than the version bundle in eclair
+COPY  aksusbd-10.12.1.tar.gz /tmp
 RUN cd /tmp && \
-    tar xzf "${SetupDir}/reqs/Sentinel_LDK_RTE/aksusbd-${SentinelVersion}.tar.gz" && \
-    cd aksusbd-${SentinelVersion} && \
+    tar xzf "/tmp/aksusbd-10.12.1.tar.gz" && \
+    cd aksusbd-10.12.1 && \
     ./dinst && \
     cd .. && \
     rm -rf aksusbd-${SentinelVersion}