Use pinned commit for magnum-ui

Change-Id: Ibf57be88eb7f5ffae267059216d8553d9cc36365
diff --git a/images/horizon/Dockerfile b/images/horizon/Dockerfile
index 73a9f88..f9e6bbb 100644
--- a/images/horizon/Dockerfile
+++ b/images/horizon/Dockerfile
@@ -13,7 +13,8 @@
 RUN git -C /src/heat-dashboard fetch --unshallow
 ADD --keep-git-dir=true https://opendev.org/openstack/ironic-ui.git#master /src/ironic-ui
 RUN git -C /src/ironic-ui fetch --unshallow
-ADD --keep-git-dir=true https://opendev.org/openstack/magnum-ui.git#master /src/magnum-ui
+ARG MAGNUM_UI_REF=c9fdb537eaded73e81ea296d893e45d753337dc7
+ADD --keep-git-dir=true https://opendev.org/openstack/magnum-ui.git#${MAGNUM_UI_REF} /src/magnum-ui
 RUN git -C /src/magnum-ui fetch --unshallow
 ADD --keep-git-dir=true https://opendev.org/openstack/manila-ui.git#master /src/manila-ui
 RUN git -C /src/manila-ui fetch --unshallow