From 5b098c5d5035c5d97db7838456c52cd417b12653 Mon Sep 17 00:00:00 2001 From: Timmo Date: Sun, 21 Oct 2018 20:31:07 +0100 Subject: [PATCH] :arrow_up: update API to v0.4.0 --- home-panel/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-panel/Dockerfile b/home-panel/Dockerfile index 3a4250a..47ccd0e 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.3 + && git checkout v0.4.0 # Install dependencies RUN yarn install && yarn cache clean