mirror of
https://github.com/luzifer-docker/vault.git
synced 2024-11-09 13:20:01 +00:00
update to vault 0.6.0
This commit is contained in:
parent
3bcd10147b
commit
602a8c0c0f
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ FROM alpine
|
|||
|
||||
MAINTAINER Knut Ahlers <knut@luzifer.io>
|
||||
|
||||
ENV VAULT_VERSION 0.5.2
|
||||
ENV VAULT_HASH 7517b21d2c709e661914fbae1f6bf3622d9347b0fe9fc3334d78a01d1e1b4ec2
|
||||
ENV VAULT_VERSION 0.6.0
|
||||
ENV VAULT_HASH 283b4f591da8a4bf92067bf9ff5b70249f20705cc963bea96ecaf032911f27c2
|
||||
|
||||
ADD https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip /tmp/vault.zip
|
||||
|
||||
|
|
Loading…
Reference in a new issue