From 6e8384827fc7efb1f46779e95512e05dd810eaa8 Mon Sep 17 00:00:00 2001 From: Nishanth Abimanyu <119790219+nishanthabimanyu@users.noreply.github.com> Date: Tue, 3 Mar 2026 06:16:06 +0530 Subject: [PATCH] fix(bake): synchronize production build versions for v16 compliance (#1810) (#1823) * fix(bake): synchronize stable python 3.13 and node 22 to resolve issues #1810 and #1792 * fix(bake): update to python 3.14.2 and node 24.13.0 for v16 compliance per maintainer feedback --- docker-bake.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index 9d3ccd00..baf7f3b3 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -6,10 +6,10 @@ variable "REGISTRY_USER" { } variable PYTHON_VERSION { - default = "3.11.6" + default = "3.14.2" } variable NODE_VERSION { - default = "20.19.2" + default = "24.13.0" } variable "FRAPPE_VERSION" {