From a1ea84613a9e10e7ca206cd3cdf5f505417fc68f Mon Sep 17 00:00:00 2001 From: Gautam Date: Mon, 7 Oct 2024 09:44:49 -0700 Subject: [PATCH] Update Vault version --- eks-anywhere-common/Testers/Hashicorp/Vault/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eks-anywhere-common/Testers/Hashicorp/Vault/Dockerfile b/eks-anywhere-common/Testers/Hashicorp/Vault/Dockerfile index 073dee60..796d2cbd 100644 --- a/eks-anywhere-common/Testers/Hashicorp/Vault/Dockerfile +++ b/eks-anywhere-common/Testers/Hashicorp/Vault/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG VAULT_VERSION=1.12.2 +ARG VAULT_VERSION=1.17.6 RUN apk update \ && apk add curl jq wget unzip bash \ @@ -10,4 +10,4 @@ RUN apk update \ RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl \ && chmod +x ./kubectl \ - && mv ./kubectl /usr/local/bin \ No newline at end of file + && mv ./kubectl /usr/local/bin