use python 3.7, as python:3-slim is now using python 3.8. (#254)

This commit is contained in:
Joseph Sirianni 2019-10-16 13:11:05 -04:00 committed by Ahmet Alp Balkan
parent 2177813c44
commit 24ca9eecef

View file

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