diff --git a/Dockerfile-Production b/Dockerfile-Production index 2cd812cc23..c560eb52b7 100644 --- a/Dockerfile-Production +++ b/Dockerfile-Production @@ -9,7 +9,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 release https://github.com/HabitRPG/habitica.git /usr/src/habitrpg +RUN git clone --branch v4.0.3 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg RUN npm install RUN bower install --allow-root RUN gulp build:prod --force diff --git a/website/client/components/achievements/newStuff.vue b/website/client/components/achievements/newStuff.vue index 1492c9a64e..6574f22064 100644 --- a/website/client/components/achievements/newStuff.vue +++ b/website/client/components/achievements/newStuff.vue @@ -49,7 +49,7 @@ } .grassy-meadow-backdrop { - background-image: url('~assets/images/npc/normal/tavern_background.png'); + background-image: url('~assets/images/npc/fall/tavern_background.png'); background-repeat: repeat-x; width: 100%; height: 246px; @@ -69,7 +69,7 @@ } .sorceress_front { - background-image: url('~assets/images/npc/normal/seasonal_shop_opened_npc.png'); + background-image: url('~assets/images/npc/fall/seasonal_shop_opened_npc.png'); height: 246px; width: 471px; background-repeat: no-repeat;