updated python image
This commit is contained in:
parent
20d6b5ec3e
commit
2db51fe249
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user