Skip to content

Commit

Permalink
Update Vault version
Browse files Browse the repository at this point in the history
  • Loading branch information
gautambaghel authored Oct 7, 2024
1 parent d97ed8d commit a1ea846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eks-anywhere-common/Testers/Hashicorp/Vault/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand All @@ -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
&& mv ./kubectl /usr/local/bin

0 comments on commit a1ea846

Please sign in to comment.