diff options
Diffstat (limited to 'Dockerfile.armv7')
-rw-r--r-- | Dockerfile.armv7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.armv7 b/Dockerfile.armv7 index 05400e2a..6e6a6855 100644 --- a/Dockerfile.armv7 +++ b/Dockerfile.armv7 @@ -4,7 +4,7 @@ ####################### VAULT BUILD IMAGE ####################### FROM node:8-alpine as vault -ENV VAULT_VERSION "v2.4.0" +ENV VAULT_VERSION "v2.5.0" ENV URL "https://github.com/bitwarden/web.git" |