Update Dockerfile
This commit is contained in:
parent
18bf3a7b20
commit
ec4216ed18
|
@ -1,4 +1,5 @@
|
|||
FROM postgis/postgis:latest
|
||||
ARG POSTGRES_VERSION=alpine
|
||||
FROM postgis/postgis:${POSTGRES_VERSION}
|
||||
|
||||
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
|
||||
|
||||
|
|
Loading…
Reference in New Issue