mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 07:01:31 +08:00 
			
		
		
		
	use node 10 also for server edition
This commit is contained in:
		
							parent
							
								
									76c980b51f
								
							
						
					
					
						commit
						8b7694d0ec
					
				@ -1,4 +1,4 @@
 | 
			
		||||
FROM node:10.9.0
 | 
			
		||||
FROM node:10.12.0
 | 
			
		||||
 | 
			
		||||
RUN apt-get update && apt-get install -y nasm
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -7,7 +7,7 @@ fi
 | 
			
		||||
 | 
			
		||||
VERSION=$1
 | 
			
		||||
PKG_DIR=dist/trilium-linux-x64-server
 | 
			
		||||
NODE_VERSION=8.11.4
 | 
			
		||||
NODE_VERSION=10.12.0
 | 
			
		||||
 | 
			
		||||
rm -r $PKG_DIR
 | 
			
		||||
mkdir $PKG_DIR
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user