Bump Dockerfile Python version to fix crash

This commit is contained in:
Jonathan Bennett
2023-09-26 17:20:09 -05:00
parent 5ce046de13
commit 61116198fc

View File

@@ -1,5 +1,5 @@
# set base image (host OS) # set base image (host OS)
FROM python:3.8 FROM python:3.9
# set the working directory in the container # set the working directory in the container
WORKDIR /code WORKDIR /code