aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMiroslav Prasil <[email protected]>2018-07-27 10:01:33 +0100
committerMiroslav Prasil <[email protected]>2018-07-27 10:01:33 +0100
commitceb3d0314d3f02cdb406ef6111429361ace938dd (patch)
treee6e90f6a713423ddbb25939d5f2732610bd77029 /Dockerfile
parent659f6778974ed91dabb933d7875a96914a0045fc (diff)
downloadvaultwarden-ceb3d0314d3f02cdb406ef6111429361ace938dd.tar.gz
vaultwarden-ceb3d0314d3f02cdb406ef6111429361ace938dd.zip
Use stable release of v2.0.0
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 899294f3..ea63874a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,8 +4,8 @@
####################### VAULT BUILD IMAGE #######################
FROM node:8-alpine as vault
-#ENV VAULT_VERSION "v1.27.0"
-ENV VAULT_VERSION "master"
+ENV VAULT_VERSION "v2.0.0"
+
ENV URL "https://github.com/bitwarden/web.git"
RUN apk add --update-cache --upgrade \