From 8a5f63f6063949c514f607a750afa8362808f410 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:13:11 +0000 Subject: [PATCH] chore: Update the docker plugin version in main.pkr.hcl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- main.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.pkr.hcl b/main.pkr.hcl index e3219eeea..5838703f9 100644 --- a/main.pkr.hcl +++ b/main.pkr.hcl @@ -14,7 +14,7 @@ packer { source = "github.com/hashicorp/azure" } docker = { - version = "1.1.0" + version = "1.1.1" source = "github.com/hashicorp/docker" } }