mirror of
https://github.com/luzifer-docker/vault.git
synced 2024-11-09 21:29:59 +00:00
Vault 1.7.0
This commit is contained in:
parent
fe3817931a
commit
acff4d2aed
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ FROM alpine:3.7
|
||||||
|
|
||||||
LABEL maintainer "Knut Ahlers <knut@luzifer.io>"
|
LABEL maintainer "Knut Ahlers <knut@luzifer.io>"
|
||||||
|
|
||||||
ENV VAULT_VERSION=1.6.3 \
|
ENV VAULT_VERSION=1.7.0 \
|
||||||
VAULT_HASH=844adaf632391be41f945143de7dccfa9b39c52a72e8e22a5d6bad9c32404c46 \
|
VAULT_HASH=aad2f50635ef4e3f2495b0b6c855061c4047c795821fda886b326c1a71c71c35 \
|
||||||
HOME=/home/vault
|
HOME=/home/vault
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
|
|
Loading…
Reference in a new issue