From ab5fc321938f5f5f9246eead0a148698b36b8a15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 13:57:45 +0000 Subject: [PATCH] Update python Docker tag to v3.14 --- .python-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index e4fba21..6324d40 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12 +3.14 diff --git a/Dockerfile b/Dockerfile index d35f8bf..0bead6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Runtime image for the AVD Fabric composite function. # Crossplane runs this image as the function's gRPC server (port 9443), passing # TLS_SERVER_CERTS_DIR so it serves securely in-cluster. -FROM python:3.12-slim +FROM python:3.14-slim # uv for reproducible, fast dependency install from the committed lockfile. COPY --from=ghcr.io/astral-sh/uv:0.11.32 /uv /uvx /bin/