Skip to content

Commit

Permalink
fix(vault-snapshot): use this script
Browse files Browse the repository at this point in the history
Signed-off-by: Toni Tauro <[email protected]>
  • Loading branch information
eyenx committed Jun 20, 2023
1 parent 68e8513 commit 54ba9ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine

ARG VAULT_VERSION=1.13.2

COPY entrypoint.sh /
COPY vault-snapshot.sh /

RUN wget https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip && \
unzip vault_${VAULT_VERSION}_linux_amd64.zip && \
Expand Down
File renamed without changes.

0 comments on commit 54ba9ba

Please sign in to comment.