diff --git a/Dockerfile b/Dockerfile index 226d63e..1a64d90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.14-slim WORKDIR /app diff --git a/Dockerfile.worker b/Dockerfile.worker index e32ea6a..b6c7a4e 100644 --- a/Dockerfile.worker +++ b/Dockerfile.worker @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.14-slim WORKDIR /app