[SDC-29] catalog 1707 rebase commit.

Change-Id: I43c3dc5cf44abf5da817649bc738938a3e8388c1
Signed-off-by: Michael Lando <ml636r@att.com>
diff --git a/sdc-os-chef/sdc-frontend/Dockerfile b/sdc-os-chef/sdc-frontend/Dockerfile
index 79fd918..a59d868 100644
--- a/sdc-os-chef/sdc-frontend/Dockerfile
+++ b/sdc-os-chef/sdc-frontend/Dockerfile
@@ -14,7 +14,7 @@
 RUN cp ${JETTY_HOME}/resources/log4j.properties ${JETTY_BASE}/resources/log4j.properties
 
 ADD onboarding*.war                    ${JETTY_BASE}/webapps/
-ADD catalog-fe-__SDC-RELEASE__.war     ${JETTY_BASE}/webapps/
+ADD catalog-fe-*.war     ${JETTY_BASE}/webapps/
 RUN chown -R jetty:jetty               ${JETTY_BASE}/webapps
 
 COPY startup.sh /root/