From 73a1abed10d282c6ee51dd57b66554e23bb0a806 Mon Sep 17 00:00:00 2001 From: Miroslav Prasil Date: Wed, 8 Aug 2018 23:15:01 +0200 Subject: [PATCH] Update vault to latest version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea63874a..860e76c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ####################### VAULT BUILD IMAGE ####################### FROM node:8-alpine as vault -ENV VAULT_VERSION "v2.0.0" +ENV VAULT_VERSION "v2.1.1" ENV URL "https://github.com/bitwarden/web.git"