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