diff --git a/python/sp.Dockerfile b/python/sp.Dockerfile index 3c523c7c..8e6321b9 100644 --- a/python/sp.Dockerfile +++ b/python/sp.Dockerfile @@ -2,7 +2,7 @@ ############ DELETES SIMILAR IMAGES PROCESS ############### ########################################################### -FROM python:3.6.15 +FROM python:3.14.0rc2 # COPY . /app COPY requirements_linux_container.txt /app/requirements_linux_container.txt