diff --git a/Dockerfile b/Dockerfile index d2c3b5f..4499bb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base image -FROM python:3.11-slim +FROM python:3.14-slim # Metadata LABEL maintainer="matrix leons"