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/