Sfoglia il codice sorgente

postgres-postgis move base image

Shao Yu-Lung (Allen) 4 anni fa
parent
commit
1b3a0f1d6a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>"