Merge branch 'dependabot-docker-node-16.3.0' into 'master'
chore(deps): bump node from 15.0 to 16.3.0 See merge request mythic-insight/legendary!71
This commit is contained in:
		
						commit
						3d76b6ae33
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -27,7 +27,7 @@ RUN mix deps.get
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Leave off here so that we can built assets and compile the elixir app in parallel
 | 
					# Leave off here so that we can built assets and compile the elixir app in parallel
 | 
				
			||||||
 | 
					
 | 
				
			||||||
FROM node:15.0 AS asset-builder
 | 
					FROM node:16.3.0 AS asset-builder
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Build assets in a node container
 | 
					# Build assets in a node container
 | 
				
			||||||
ADD ./apps/app/assets/ /root/app/apps/app/assets/
 | 
					ADD ./apps/app/assets/ /root/app/apps/app/assets/
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue