Use POSTGIS_VERSION argument

This commit is contained in:
Valentino Lauciani 2022-01-21 14:26:39 +01:00 committed by GitHub
parent 2efec41e55
commit 1fa196de84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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