Skip to content

Commit 5ead5f6

Browse files
Merge pull request #287 from yuravk/switch-to-9_7
chore: update default almalinux 9 minor version to 9.7
2 parents 8a95a83 + 06a576d commit 5ead5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variable "os_ver_9" {
1414
description = "AlmaLinux OS 9 version"
1515

1616
type = string
17-
default = "9.6"
17+
default = "9.7"
1818

1919
validation {
2020
condition = can(regex("9.[0-9]$|9.[1-9][0-9]$", var.os_ver_9))

0 commit comments

Comments
 (0)