Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
empierre committed Feb 12, 2025
1 parent 0641899 commit 9397b8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN apt-get install -y nodejs
#RUN apt-get install -y npm
#RUN npm install -g npm@6.x
RUN npm install -g npm@10.x
RUN wget http://www.e-nef.com/domoticz/mdah/node-mydomoathome-0.3.7.deb
RUN wget http://www.e-nef.com/domoticz/mdah/node-mydomoathome-0.3.8.deb
RUN dpkg --force-all -i node-mydomoathome-0.3.6.deb
RUN mv /etc/mydomoathome/config.json /etc/mydomoathome/config.json.old
VOLUME /etc/mydomoathome/
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian/deb-src/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: MyDomoAtHome
Version: 0.3.6
Version: 0.3.7
Section: base
Priority: extra
Provides: MyDomoAtHome
Expand Down
4 changes: 2 additions & 2 deletions packaging/synology/build/INFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package="MyDomoAtHome"
version="0.3.6"
version="0.3.7"
description="Node MyDomoAtHome! The installable NodeJS System Service for Imperihome ISS to Domoticz gateway"
support_url="https://github.com/empierre/MyDomoAtHome/issues"
arch="noarch"
Expand All @@ -13,7 +13,7 @@ displayname="MyDomoAtHome"
dsmuidir="app"
adminport="3002"
changelog="First version"
checksum="dd91bc98dbd21a7142ccf18299940a2e"
checksum="73bd80fff2bb9ed295a341ff81963a40"
checkport="yes"
startable="yes"
helpurl="https://github.com/empierre/MyDomoAtHome/"
Expand Down

0 comments on commit 9397b8e

Please sign in to comment.