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