Update Dockerfile

This commit is contained in:
Valentino Lauciani 2021-12-21 11:41:46 +01:00 committed by GitHub
parent 18bf3a7b20
commit ec4216ed18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
FROM postgis/postgis:latest
ARG POSTGRES_VERSION=alpine
FROM postgis/postgis:${POSTGRES_VERSION}
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"