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