Skip to content

Commit

Permalink
update docker version to 20.10.25 in the script
Browse files Browse the repository at this point in the history
  • Loading branch information
singholt committed Oct 27, 2023
1 parent 554b472 commit 69366c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate-release-vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ cat >|release.auto.pkrvars.hcl <<EOF
ami_version = "$ami_version"
ecs_agent_version = "$agent_version"
ecs_init_rev = "$ecs_init_rev"
docker_version = "20.10.23"
docker_version_al2023 = "20.10.23"
docker_version = "20.10.25"
docker_version_al2023 = "20.10.25"
containerd_version = "1.6.19"
containerd_version_al2023 = "1.6.19"
source_ami_al1 = "$ami_name_al1"
Expand Down

0 comments on commit 69366c1

Please sign in to comment.