Skip to content

Commit 6fbd210

Browse files
authored
Fix PYTHON_VERSION to valid version 3.14
1 parent c9123a3 commit 6fbd210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ variable "OPENJDK_VERSION" {
5151
}
5252

5353
variable "PYTHON_VERSION" {
54-
default = "3.14t"
54+
default = "3.14"
5555
}
5656

5757
variable "UBUNTU_VERSION" {

0 commit comments

Comments
 (0)