Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest Ubuntu LTS 24.04, Python 3.12 #88

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update to latest Ubuntu LTS 24.04, Python 3.12
devinrsmith committed Apr 25, 2024
commit 64c2119bef12f69bded6768788fb2599c0f2ea12
4 changes: 2 additions & 2 deletions server-base.hcl
Original file line number Diff line number Diff line change
@@ -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" {
2 changes: 1 addition & 1 deletion server-slim-base.hcl
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ variable "OPENJDK_VERSION" {
}

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

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

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

variable "GRPC_HEALTH_PROBE_VERSION" {
4 changes: 2 additions & 2 deletions server.hcl
Original file line number Diff line number Diff line change
@@ -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" {