diff --git a/cwe_api/Dockerfile b/cwe_api/Dockerfile index aef52aef..9d097ff1 100644 --- a/cwe_api/Dockerfile +++ b/cwe_api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM python:3.14.0a1-slim WORKDIR /app