Browse Source

Update Dockerfile

Valentino Lauciani 3 years ago
parent
commit
ec4216ed18
1 changed files with 2 additions and 1 deletions
  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>"