mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
* 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
This commit is contained in:
parent
0ec329fe34
commit
6e8384827f
1 changed files with 2 additions and 2 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue