Browse Source

Use POSTGIS_VERSION argument

Valentino Lauciani 3 năm trước cách đây
mục cha
commit
1fa196de84
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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>"