Upgrade Node v12 in Dockerfile (#12703)
This commit is contained in:
		
							parent
							
								
									6e9e8d89fa
								
							
						
					
					
						commit
						e7d3495874
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -4,7 +4,7 @@ FROM ubuntu:18.04 as build-dep
 | 
			
		|||
SHELL ["bash", "-c"]
 | 
			
		||||
 | 
			
		||||
# Install Node v12 (LTS)
 | 
			
		||||
ENV NODE_VER="12.13.1"  
 | 
			
		||||
ENV NODE_VER="12.14.0"  
 | 
			
		||||
RUN	echo "Etc/UTC" > /etc/localtime && \
 | 
			
		||||
	apt update && \
 | 
			
		||||
	apt -y install wget python && \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue