Update Dockerfile.postgres

Change to alpine
This commit is contained in:
Mathew Estrada 2020-01-21 13:35:31 +00:00 committed by GitHub
parent 360c156a6d
commit 78d0c49fd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM postgres:10
FROM postgres:10.11-alpine
ENV POSTGRES_USER postgres