chore(deps): update python docker tag to v3.10

This commit is contained in:
Stackspin renovate bot 2021-10-29 04:04:13 +00:00
parent a81d14b4f8
commit 9f9fe43ff3

View file

@ -1,4 +1,4 @@
FROM python:3.6-slim
FROM python:3.10-slim
RUN apt-get update
RUN apt-get install -y libpq-dev python-dev gcc