Skip to content

Commit

Permalink
Update to latest Ubuntu LTS 24.04, Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Apr 25, 2024
1 parent 3d1821f commit 64c2119
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions server-base.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ variable "OPENJDK_VERSION" {
}

variable "PYTHON_VERSION" {
default = "3.10"
default = "3.12"
}

variable "UBUNTU_VERSION" {
default = "22.04"
default = "24.04"
}

variable "GRPC_HEALTH_PROBE_VERSION" {
Expand Down
2 changes: 1 addition & 1 deletion server-slim-base.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "OPENJDK_VERSION" {
}

variable "UBUNTU_VERSION" {
default = "22.04"
default = "24.04"
}

variable "GRPC_HEALTH_PROBE_VERSION" {
Expand Down
2 changes: 1 addition & 1 deletion server-slim.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ variable "OPENJDK_VERSION" {
}

variable "UBUNTU_VERSION" {
default = "22.04"
default = "24.04"
}

variable "GRPC_HEALTH_PROBE_VERSION" {
Expand Down
4 changes: 2 additions & 2 deletions server.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ variable "OPENJDK_VERSION" {
}

variable "PYTHON_VERSION" {
default = "3.10"
default = "3.12"
}

variable "UBUNTU_VERSION" {
default = "22.04"
default = "24.04"
}

variable "GRPC_HEALTH_PROBE_VERSION" {
Expand Down

0 comments on commit 64c2119

Please sign in to comment.