⬆️ update api to v0.4.1

This commit is contained in:
Timmo 2018-12-11 16:31:49 +00:00 committed by GitHub
parent 7bd11386d0
commit eac7a6dcaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ WORKDIR /usr/src/api
# Clone and checkout API release
RUN \
git clone https://github.com/timmo001/home-panel-api.git ./ \
&& git checkout v0.4.0
&& git checkout v0.4.1
# Install dependencies
RUN yarn install && yarn cache clean