diff --git a/python/sp.Dockerfile b/python/sp.Dockerfile index 3c523c7c..46818b62 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.0 # COPY . /app COPY requirements_linux_container.txt /app/requirements_linux_container.txt