Skip to content

Commit

Permalink
Update runc_version and runc_version_al2023
Browse files Browse the repository at this point in the history
  • Loading branch information
hozkaya2000 committed Sep 5, 2024
1 parent 12f9067 commit ce8084e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ variable "containerd_version" {
variable "runc_version" {
type = string
description = "Runc version to build AMI with."
default = "1.1.11"
default = "1.1.13"
}

variable "docker_version_al2023" {
Expand All @@ -102,7 +102,7 @@ variable "containerd_version_al2023" {
variable "runc_version_al2023" {
type = string
description = "Runc version to build AL2023 AMI with."
default = "1.1.11"
default = "1.1.13"
}

variable "exec_ssm_version" {
Expand Down

0 comments on commit ce8084e

Please sign in to comment.