Update Dockerfile (#18717)
This commit is contained in:
		
							parent
							
								
									a7ca331c3d
								
							
						
					
					
						commit
						c9ad24c75e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -5,7 +5,7 @@ SHELL ["/bin/bash", "-c"]
 | 
			
		|||
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
 | 
			
		||||
 | 
			
		||||
# Install Node v16 (LTS)
 | 
			
		||||
ENV NODE_VER="16.14.2"
 | 
			
		||||
ENV NODE_VER="16.15.1"
 | 
			
		||||
RUN ARCH= && \
 | 
			
		||||
    dpkgArch="$(dpkg --print-architecture)" && \
 | 
			
		||||
  case "${dpkgArch##*-}" in \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue