mirror of
https://github.com/luzifer-docker/vault.git
synced 2024-11-09 21:29:59 +00:00
Vault 1.16.0
This commit is contained in:
parent
c28e021bb0
commit
a7852ac088
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.15.6 \
|
ENV VAULT_VERSION=1.16.0 \
|
||||||
VAULT_HASH=e5286f2f66a76972d1dd60a9cfb79e9e571c39a4531e89ac0b23a6a9147e6ee9 \
|
VAULT_HASH=a75db415ef9dfbc148bfa30d6aee26cd5570f5bad2c4eb8ad94fe581ac33205c \
|
||||||
HOME=/home/vault
|
HOME=/home/vault
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
|
|
Loading…
Reference in a new issue