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 9, 2024
1 parent 80e5bed commit be85cca
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 @@ -33,11 +33,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 @@ -47,11 +47,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 be85cca

Please sign in to comment.