From 606cee2c6183b21371e9d8c74456248ae350b1b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Wed, 8 Apr 2026 21:01:01 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e457fb2..63c26e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=amd64 python:3.14.3-slim-trixie +FROM --platform=amd64 python:3.14.4-slim-trixie LABEL maintainer="Luke Tainton "