From 1ea67c9b14d4fdc3e4454693c464f0d9fb66baf6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:40:17 +0000 Subject: [PATCH] Update dependency hashicorp/terraform to v1.6.2 --- jenkins-inbound-agent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins-inbound-agent/Dockerfile b/jenkins-inbound-agent/Dockerfile index 8902ef2..cb1492d 100644 --- a/jenkins-inbound-agent/Dockerfile +++ b/jenkins-inbound-agent/Dockerfile @@ -4,7 +4,7 @@ USER root ARG VAULT_VERSION=1.15.0 ARG PACKER_VERSION=1.9.4 -ARG TERRAFORM_1_VERSION=1.6.1 +ARG TERRAFORM_1_VERSION=1.6.2 ARG KUBECTL_VERSION=1.26.8 ARG HELM_VERSION=v3.12.3 ARG ANSIBLE_VERSION=8.4.0