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

Update Dockerfile

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

+ 2 - 1
postgres-postgis/Dockerfile

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