diff --git a/rocketwatch/Dockerfile b/rocketwatch/Dockerfile index 01e8839a..4681f84c 100644 --- a/rocketwatch/Dockerfile +++ b/rocketwatch/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM python:3.10.8 +FROM python:3.13.7 COPY requirements.txt requirements.txt RUN pip install --upgrade pip