diff --git a/home-panel/Dockerfile b/home-panel/Dockerfile index ad94d5d..32e6dc0 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.2.4 + && git checkout v0.2.5 # Install dependencies RUN yarn install && yarn cache clean