From c24f53b392b0b5d41e99c5fbac339e5d3b2f5a7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 15:56:41 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies to v3.14.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 77e1c53..00cbacc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 0: Base -FROM python:3.14.5-alpine AS base +FROM python:3.14.6-alpine AS base # Set the working directory WORKDIR /app