Merge pull request #2925 from laradock/postgis-base-image-moved

postgres-postgis move base image
This commit is contained in:
Shao Yu-Lung (Allen)
2021-03-28 12:22:18 +08:00
committed by GitHub

View File

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