Use POSTGIS_VERSION argument
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							2efec41e55
						
					
				
				
					commit
					1fa196de84
				
			@@ -1,5 +1,5 @@
 | 
				
			|||||||
ARG POSTGRES_VERSION=latest
 | 
					ARG POSTGIS_VERSION=latest
 | 
				
			||||||
FROM postgis/postgis:${POSTGRES_VERSION}
 | 
					FROM postgis/postgis:${POSTGIS_VERSION}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
 | 
					LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user