use python 3.7, as python:3-slim is now using python 3.8. (#254)
This commit is contained in:
parent
2177813c44
commit
24ca9eecef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue