From caf0fb656a7794695df1d9bec821fd6d510ff9bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 00:44:07 +0000 Subject: [PATCH] Update python Docker tag to v3.14.6 --- crawler/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler/Dockerfile b/crawler/Dockerfile index 119b1d2..d98f279 100644 --- a/crawler/Dockerfile +++ b/crawler/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.0b2-alpine +FROM python:3.14.6-alpine # Set the application directory WORKDIR .