diff --git a/Dockerfile b/Dockerfile index 2ee6c1e..6e885f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Mend AI Red Teaming Bridge - Docker Image -FROM python:3.11-alpine +FROM python:3.14-alpine # Set working directory WORKDIR /app