Skip to content

Commit 2aef3ba

Browse files
committed
Revert "Updating containerd version to 1.7.27"
This reverts commit 61d5e55.
1 parent 61d5e55 commit 2aef3ba

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.27"
81+
default = "1.7.25"
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.27"
99+
default = "1.7.25"
100100
}
101101

102102
variable "runc_version_al2023" {

0 commit comments

Comments
 (0)