|  | @@ -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 |  
 |