Skip to content

Commit

Permalink
Pin versions (#36)
Browse files Browse the repository at this point in the history
* Pin versions

* Bump
  • Loading branch information
inverse authored Jun 22, 2021
1 parent ca12ddd commit c060ad9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions emoncms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ RUN \
&& apk add --no-cache --virtual .build-dependencies \
git=2.30.2-r0 \
\
&& git clone --branch 10.5.5 --depth=1 \
https://github.com/emoncms/emoncms.git /var/www/emoncms \
&& git clone --branch 2.0.8 --depth=1 \
&& git clone --branch master \
https://github.com/emoncms/emoncms.git /var/www/emoncms ; cd /var/www/emoncms ; git checkout 94a3f222cda2dcdf8a4b3ca6275108eca4549aec \
&& git clone --branch 2.0.10 --depth=1 \
https://github.com/emoncms/dashboard.git /var/www/emoncms/Modules/dashboard \
&& git clone --branch 2.0.11 --depth=1 \
https://github.com/emoncms/graph.git /var/www/emoncms/Modules/graph \
&& git clone --branch 2.2.7 --depth=1 \
https://github.com/emoncms/app.git /var/www/emoncms/Modules/app \
&& git clone --branch 2.0.6 --depth=1 \
&& git clone --branch 2.0.9 --depth=1 \
https://github.com/emoncms/device.git /var/www/emoncms/Modules/device \
\
&& apk del --no-cache --purge .build-dependencies \
Expand Down
2 changes: 1 addition & 1 deletion emoncms/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Emoncms",
"version": "0.4.0",
"version": "0.4.1",
"slug": "emoncms",
"description": "Emoncms is a powerful open-source web-app for processing, logging and visualising energy, temperature and other environmental data.",
"url": "https://github.com/inverse/hassio-addon-emoncms",
Expand Down

0 comments on commit c060ad9

Please sign in to comment.