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