From 45c92b58a703ddd98c6e4c66f8ab747cc8362cdf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 00:58:44 +0000 Subject: [PATCH] chore(deps): update python:3.14-slim docker digest to b877e50 --- tinybird/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinybird/Dockerfile b/tinybird/Dockerfile index ece4c08..f2bad27 100644 --- a/tinybird/Dockerfile +++ b/tinybird/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14-slim@sha256:4ed33101ee7ec299041cc41dd268dae17031184be94384b1ce7936dc4e5dead3 +FROM python:3.14-slim@sha256:b877e50bd90de10af8d82c57a022fc2e0dc731c5320d762a27986facfc3355c1 # Install dependencies RUN apt-get update && apt-get install -y --no-install-recommends \