From 3da410ef717715644cfb7abca0c62e31e2ffee6e Mon Sep 17 00:00:00 2001 From: Miroslav Prasil Date: Tue, 18 Sep 2018 13:53:25 +0100 Subject: [PATCH] Update Vault to v2.3.0 --- Dockerfile | 2 +- Dockerfile.alpine | 2 +- Dockerfile.armv7 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 296c3acc..03ad2311 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ####################### VAULT BUILD IMAGE ####################### FROM node:8-alpine as vault -ENV VAULT_VERSION "v2.2.0" +ENV VAULT_VERSION "v2.3.0" ENV URL "https://github.com/bitwarden/web.git" diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 87854571..3d957f47 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -4,7 +4,7 @@ ####################### VAULT BUILD IMAGE ####################### FROM node:8-alpine as vault -ENV VAULT_VERSION "v2.2.0" +ENV VAULT_VERSION "v2.3.0" ENV URL "https://github.com/bitwarden/web.git" diff --git a/Dockerfile.armv7 b/Dockerfile.armv7 index 7cf6508d..609ccbc0 100644 --- a/Dockerfile.armv7 +++ b/Dockerfile.armv7 @@ -4,7 +4,7 @@ ####################### VAULT BUILD IMAGE ####################### FROM node:8-alpine as vault -ENV VAULT_VERSION "v2.2.0" +ENV VAULT_VERSION "v2.3.0" ENV URL "https://github.com/bitwarden/web.git"