0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-09 15:38:58 +02:00

Use stable release of v2.0.0

This commit is contained in:
Miroslav Prasil 2018-07-27 10:01:33 +01:00
parent 659f677897
commit ceb3d0314d

View file

@ -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 \