diff --git a/connectinsight/Dockerfile b/connectinsight/Dockerfile index 9bd1f3a..31e2055 100644 --- a/connectinsight/Dockerfile +++ b/connectinsight/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7 +FROM python:3.10.13 WORKDIR /app ADD . /app