Add --pull into default make build target
				
					
				
			This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -6,7 +6,7 @@ NO_COLOR=\033[0m
 | 
			
		||||
 | 
			
		||||
build:
 | 
			
		||||
	@echo "$(OK_COLOR)==>$(NO_COLOR) Building $(REPOSITORY):$(TAG)"
 | 
			
		||||
	@docker build --rm -t $(REPOSITORY):$(TAG) .
 | 
			
		||||
	@docker build --pull --rm -t $(REPOSITORY):$(TAG) .
 | 
			
		||||
 | 
			
		||||
$(REPOSITORY)_$(TAG).tar: build
 | 
			
		||||
	@echo "$(OK_COLOR)==>$(NO_COLOR) Saving $(REPOSITORY):$(TAG) > $@"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user