From 5d6d687ab3702af44329a2519f4c3fe179d1b904 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 00:42:40 +0000 Subject: [PATCH] Update dependency hashicorp/vault to v1.15.0 --- 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 eba4eef..3ae8b30 100644 --- a/jenkins-inbound-agent/Dockerfile +++ b/jenkins-inbound-agent/Dockerfile @@ -2,7 +2,7 @@ FROM jenkins/inbound-agent:3148.v532a_7e715ee3-7 USER root -ARG VAULT_VERSION=1.14.3 +ARG VAULT_VERSION=1.15.0 ARG PACKER_VERSION=1.9.4 ARG TERRAFORM_1_VERSION=1.5.7 ARG KUBECTL_VERSION=1.26.8