mirror of
				https://git.cloudron.io/cloudron/gitea-app
				synced 2025-11-03 16:42:35 +00:00 
			
		
		
		
	Update base image (to use go 1.5)
Otherwise, we get
    undefined: crypto.Signer
			
			
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM cloudron/base:0.3.3
 | 
					FROM cloudron/base:0.4.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apt-get update && \
 | 
					RUN apt-get update && \
 | 
				
			||||||
    apt-get install -y openssh-server && \
 | 
					    apt-get install -y openssh-server && \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user