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