updated python image

This commit is contained in:
Sean Corrigan 2022-03-16 12:55:26 -04:00
parent 20d6b5ec3e
commit 2db51fe249

View File

@ -1,5 +1,5 @@
# set base image (host OS)
FROM python:3.8
FROM python:3.9.10-slim-buster
# copy the dependencies file to the working directory
COPY requirements.txt .
# install dependencies