Browse Source
Merge pull request #120 from mprasil/vault_2.1.1
Update vault to latest version
pull/123/head
Daniel García
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
@ -4,7 +4,7 @@ |
|
|
####################### VAULT BUILD IMAGE ####################### |
|
|
####################### VAULT BUILD IMAGE ####################### |
|
|
FROM node:8-alpine as vault |
|
|
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" |
|
|
ENV URL "https://github.com/bitwarden/web.git" |
|
|
|
|
|
|
|
|