Update Dockerfile

This commit is contained in:
Valentino Lauciani
2021-12-21 11:41:46 +01:00
committed by GitHub
parent 18bf3a7b20
commit ec4216ed18

View File

@ -1,4 +1,5 @@
FROM postgis/postgis:latest
ARG POSTGRES_VERSION=alpine
FROM postgis/postgis:${POSTGRES_VERSION}
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"