update to python 3.9 w/ burnettk

This commit is contained in:
jasquat
2022-05-05 14:27:03 -04:00
parent 5b8cc1e9b6
commit e1717fee3a
4 changed files with 21 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.8-slim
FROM python:3.9-slim
WORKDIR /app
COPY Pipfile Pipfile.lock /app/