diff --git a/cwe_api/Dockerfile b/cwe_api/Dockerfile index aef52aef..56cf0b29 100644 --- a/cwe_api/Dockerfile +++ b/cwe_api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM python:3.13.2-slim WORKDIR /app