Forráskód Böngészése

Use POSTGIS_VERSION argument

Valentino Lauciani 3 éve
szülő
commit
1fa196de84
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      postgres-postgis/Dockerfile

+ 2 - 2
postgres-postgis/Dockerfile

@@ -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>"