moving to 3.8

This commit is contained in:
Dan Funk 2020-08-12 23:00:48 -04:00
parent f98e826348
commit 4ff3fe6875
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.7-slim
FROM python:3.8-slim
WORKDIR /app
COPY Pipfile Pipfile.lock /app/