ソースを参照

postgres-postgis move base image

Shao Yu-Lung (Allen) 4 年 前
コミット
1b3a0f1d6a
1 ファイル変更1 行追加1 行削除
  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>"