Vault 0.9.5

This commit is contained in:
Travis Automated Update 2018-02-27 23:25:41 +00:00
parent 3d8682af6d
commit a45609cf2a

View file

@ -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 \