mirror of
https://github.com/luzifer-docker/vault.git
synced 2024-11-09 21:29:59 +00:00
Vault 0.10.1
This commit is contained in:
parent
3eb53c839f
commit
456805c249
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.10.0
|
||||
ENV VAULT_HASH a6b4b6db132f3bbe6fbb77f76228ffa45bd55a5a1ab83ff043c2c665c3f5a744
|
||||
ENV VAULT_VERSION 0.10.1
|
||||
ENV VAULT_HASH 031e521b4603487126fd353a9557dd22a02304a8a11f843e9914be59a8009c8a
|
||||
|
||||
RUN set -xe \
|
||||
&& apk --no-cache add curl ca-certificates \
|
||||
|
|
Loading…
Reference in a new issue