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
commit cfed3bbf29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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