From 0c544845827c5a4ddd9c4d1eb4b891011dc68535 Mon Sep 17 00:00:00 2001 From: David Asamu Date: Tue, 3 Jun 2025 20:53:37 +0100 Subject: [PATCH] set wolfi as default image distro --- langgraph.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/langgraph.json b/langgraph.json index deebd59..9c4966e 100644 --- a/langgraph.json +++ b/langgraph.json @@ -3,5 +3,6 @@ "graphs": { "agent": "./src/agent/graph.py:graph" }, - "env": ".env" + "env": ".env", + "image_distro": "wolfi" }