diff --git a/Dockerfile b/Dockerfile index be985e7..8ef2492 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.7-alpine +FROM python:3.14.0-alpine # Install dependencies RUN apk add --no-cache curl jq tzdata