From fb15c40d254c8a0a51a95cc48d80a2f63f6f653d Mon Sep 17 00:00:00 2001 From: Timmo Date: Fri, 28 Sep 2018 19:57:07 +0100 Subject: [PATCH] :arrow_up: update home panel api to v0.3.2 --- home-panel/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-panel/Dockerfile b/home-panel/Dockerfile index 6db20e7..fdcd919 100644 --- a/home-panel/Dockerfile +++ b/home-panel/Dockerfile @@ -36,7 +36,7 @@ WORKDIR /usr/src/api # Clone and checkout API release RUN \ git clone https://github.com/timmo001/home-panel-api.git ./ \ - && git checkout v0.3.1 + && git checkout v0.3.2 # Install dependencies RUN yarn install && yarn cache clean