update image to latest and python to 3.10

This commit is contained in:
Yordan Suarez
2022-08-02 11:11:52 -04:00
parent a9d343f1f5
commit 4069d5e4b4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.10
RUN apt-get update \
&& apt-get install -y --no-install-recommends \