diff --git a/connectinsight/Dockerfile b/connectinsight/Dockerfile index 9bd1f3a..655236c 100644 --- a/connectinsight/Dockerfile +++ b/connectinsight/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7 +FROM python:3.13.0a4 WORKDIR /app ADD . /app