Use POSTGIS_VERSION argument
This commit is contained in:
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>"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user