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

postgres-postgis move base image

Shao Yu-Lung (Allen) 4 éve
szülő
commit
1b3a0f1d6a
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      postgres-postgis/Dockerfile

+ 1 - 1
postgres-postgis/Dockerfile

@@ -1,4 +1,4 @@
-FROM mdillon/postgis:latest
+FROM postgis/postgis:latest
 
 LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"