mirror of
https://github.com/luzifer-docker/vault.git
synced 2024-11-09 13:20:01 +00:00
Vault 1.10.0
This commit is contained in:
parent
582944ac4d
commit
a61f9e57e8
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ FROM alpine:3.7
|
|||
|
||||
LABEL maintainer "Knut Ahlers <knut@luzifer.io>"
|
||||
|
||||
ENV VAULT_VERSION=1.9.4 \
|
||||
VAULT_HASH=9be49dc07a1b73cc78dd5e5cca88588758bb1994fd954ae2c983eb5986887db5 \
|
||||
ENV VAULT_VERSION=1.10.0 \
|
||||
VAULT_HASH=ec06473d79e77c05700f051278c54b0f7b6f2df64f57f630a0690306323f1175 \
|
||||
HOME=/home/vault
|
||||
|
||||
RUN set -xe \
|
||||
|
|
Loading…
Reference in a new issue