From 6ee3b526ea2cbd3a82e9d99a0712749cc3371658 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Fri, 11 Aug 2017 19:44:25 +0000 Subject: [PATCH] chore(Docker): bump version --- Dockerfile-Production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-Production b/Dockerfile-Production index 760daccf23..0deb035af1 100644 --- a/Dockerfile-Production +++ b/Dockerfile-Production @@ -6,7 +6,7 @@ RUN npm install -g gulp grunt-cli bower mocha # Clone Habitica repo and install dependencies RUN mkdir -p /usr/src/habitrpg WORKDIR /usr/src/habitrpg -RUN git clone --branch v3.110.0 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg +RUN git clone --branch v3.110.2 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg RUN npm install RUN bower install --allow-root RUN gulp build:prod --force