mirror of
https://github.com/luzifer-docker/vault.git
synced 2024-11-09 13:20:01 +00:00
Vault 0.9.5
This commit is contained in:
parent
3d8682af6d
commit
a45609cf2a
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ FROM alpine
|
|||
|
||||
LABEL maintainer "Knut Ahlers <knut@luzifer.io>"
|
||||
|
||||
ENV VAULT_VERSION 0.9.4
|
||||
ENV VAULT_HASH b312dfe783f69f5284d350714468f005dbb023f26ac9525d267550fb3dd2eea5
|
||||
ENV VAULT_VERSION 0.9.5
|
||||
ENV VAULT_HASH f6dbc9fdac00598d2a319c9b744b85bf17d9530298f93d29ef2065bc751df099
|
||||
|
||||
RUN set -xe \
|
||||
&& apk --no-cache add curl ca-certificates \
|
||||
|
|
Loading…
Reference in a new issue