use python 3.7, as python:3-slim is now using python 3.8.

This commit is contained in:
Joseph Sirianni 2019-10-16 12:42:35 -04:00 committed by GitHub
parent 2177813c44
commit 75924b976e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM python:3-slim as base
FROM python:3.7-slim as base
FROM base as builder