mirror of
https://github.com/luzifer-docker/vault.git
synced 2024-11-09 13:20:01 +00:00
Vault 0.9.3
This commit is contained in:
parent
dcb2341144
commit
b24a2e0720
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.2
|
||||
ENV VAULT_HASH abd9f26b71a693e43b0c55ec80c485f1a87f156e53fbf7e9bbccb1eba217761a
|
||||
ENV VAULT_VERSION 0.9.3
|
||||
ENV VAULT_HASH 4ba8b9dafb903d20b4c87e8954015a07a6995f53a9650ac02b39e6cae502645e
|
||||
|
||||
RUN set -xe \
|
||||
&& apk --no-cache add curl ca-certificates \
|
||||
|
|
Loading…
Reference in a new issue