From a0bbdd4b7486fccd5eb66abc7af8e1c9061d44b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 00:42:07 +0000 Subject: [PATCH] Update dependency hashicorp/terraform to v1.8.1 --- 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 1eb0bb7..3ee04bf 100644 --- a/jenkins-inbound-agent/Dockerfile +++ b/jenkins-inbound-agent/Dockerfile @@ -4,7 +4,7 @@ USER root ARG VAULT_VERSION=1.15.6 ARG PACKER_VERSION=1.10.2 -ARG TERRAFORM_1_VERSION=1.7.4 +ARG TERRAFORM_1_VERSION=1.8.1 ARG KUBECTL_VERSION=1.26.8 ARG HELM_VERSION=v3.12.3 ARG ANSIBLE_VERSION=8.4.0