Browse Source

updated backend

tags/v1.0.0^0
Robin Thoni 6 years ago
parent
commit
deeaa0fb3b
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      backend/Dockerfile
  2. 1
    1
      backend/backend

+ 1
- 1
backend/Dockerfile View File

@@ -45,7 +45,7 @@ RUN cd /tmp && git clone https://github.com/piface/libmcp23s17 && cd libmcp23s17
45 45
 
46 46
 RUN cd /tmp && git clone https://github.com/piface/libpifacedigital && cd libpifacedigital && make && make install && cd / && rm /tmp/libpifacedigital -rf
47 47
 
48
-RUN cd /tmp && git clone https://git.rthoni.com/camotion/piface && cd piface && make && make install && cd / && rm /tmp/piface -rf
48
+RUN cd /tmp && git clone https://git.rthoni.com/camotion/piface && cd piface && git checkout v1.1.1 && make && make install && cd / && rm /tmp/piface -rf
49 49
 
50 50
 RUN groupadd -g "${SPI_USER_UID}" spi && usermod -a -G spi www-data
51 51
 

+ 1
- 1
backend/backend

@@ -1 +1 @@
1
-Subproject commit 9b7a58d319483c6612a2d609978b9d5dc68458d4
1
+Subproject commit 84397bb8f599ae8214cad559c23c67151a31affc

Loading…
Cancel
Save