From 9146419719466103f30cf1b65b1a75e1a90841e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 21:31:21 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6938c94..1b82e19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.5-alpine +FROM python:3.13.6-alpine # Install dependencies RUN apk add --no-cache curl jq tzdata