diff --git a/server-base.hcl b/server-base.hcl index eb3799c..f800e39 100644 --- a/server-base.hcl +++ b/server-base.hcl @@ -35,7 +35,7 @@ variable "OPENJDK_VERSION" { } variable "PYTHON_VERSION" { - default = "3.10" + default = "3.11" } variable "UBUNTU_VERSION" { diff --git a/server.hcl b/server.hcl index 8a202ab..430b4e8 100644 --- a/server.hcl +++ b/server.hcl @@ -48,7 +48,7 @@ variable "OPENJDK_VERSION" { } variable "PYTHON_VERSION" { - default = "3.10" + default = "3.11" } variable "UBUNTU_VERSION" {