diff --git a/Dockerfile b/Dockerfile index d86397e..b5f92b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.7-slim +FROM python:3.14.0-slim # Update and install dependencies RUN apt-get update && apt-get install -y curl && apt-get upgrade -y && \