Skip to content

Commit 0e39d30

Browse files
committed
Reapply "Updating containerd version to 1.7.27"
This reverts commit b7e8140.
1 parent e334d00 commit 0e39d30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

variables.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ variable "docker_version" {
7878
variable "containerd_version" {
7979
type = string
8080
description = "Containerd version to build AMI with."
81-
default = "1.7.25"
81+
default = "1.7.27"
8282
}
8383

8484
variable "runc_version" {
@@ -96,7 +96,7 @@ variable "docker_version_al2023" {
9696
variable "containerd_version_al2023" {
9797
type = string
9898
description = "Containerd version to build AL2023 AMI with."
99-
default = "1.7.25"
99+
default = "1.7.27"
100100
}
101101

102102
variable "runc_version_al2023" {

0 commit comments

Comments
 (0)