Browse Source
Merge pull request #106 from mprasil/beta_stable
Use stable release of v2.0.0
pull/109/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
2 additions and
2 deletions
-
Dockerfile
|
@ -4,8 +4,8 @@ |
|
|
####################### VAULT BUILD IMAGE ####################### |
|
|
####################### VAULT BUILD IMAGE ####################### |
|
|
FROM node:8-alpine as vault |
|
|
FROM node:8-alpine as vault |
|
|
|
|
|
|
|
|
#ENV VAULT_VERSION "v1.27.0" |
|
|
ENV VAULT_VERSION "v2.0.0" |
|
|
ENV VAULT_VERSION "master" |
|
|
|
|
|
ENV URL "https://github.com/bitwarden/web.git" |
|
|
ENV URL "https://github.com/bitwarden/web.git" |
|
|
|
|
|
|
|
|
RUN apk add --update-cache --upgrade \ |
|
|
RUN apk add --update-cache --upgrade \ |
|
|