From d2ba86df383cf066b720b0130a77ceefd7a75725 Mon Sep 17 00:00:00 2001 From: Emerson Farrugia Date: Sat, 20 Sep 2014 18:51:37 +0200 Subject: [PATCH] Prepare versions for release. --- docker/source/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/source/Dockerfile b/docker/source/Dockerfile index fd1a2e7a..27f433ca 100644 --- a/docker/source/Dockerfile +++ b/docker/source/Dockerfile @@ -40,7 +40,7 @@ RUN unzip healthvault-sdk-1.6.0.zip && cd healthvault-sdk-1.6.0 && mvn install - WORKDIR /root RUN git clone https://github.com/openmhealth/omh-shims.git WORKDIR /root/omh-shims -RUN git checkout v0.2.0 +RUN git checkout v0.2.1 # build the frontend WORKDIR /root/omh-shims/shim-server-ui