mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-10 06:14:16 +00:00
Update web vault to 2.6.0
This commit is contained in:
parent
6364c05789
commit
e177160ee9
4 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
####################### VAULT BUILD IMAGE #######################
|
||||
FROM node:8-alpine as vault
|
||||
|
||||
ENV VAULT_VERSION "v2.5.0"
|
||||
ENV VAULT_VERSION "v2.6.0"
|
||||
|
||||
ENV URL "https://github.com/bitwarden/web.git"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
####################### VAULT BUILD IMAGE #######################
|
||||
FROM node:8-alpine as vault
|
||||
|
||||
ENV VAULT_VERSION "v2.5.0"
|
||||
ENV VAULT_VERSION "v2.6.0"
|
||||
|
||||
ENV URL "https://github.com/bitwarden/web.git"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
####################### VAULT BUILD IMAGE #######################
|
||||
FROM node:8-alpine as vault
|
||||
|
||||
ENV VAULT_VERSION "v2.5.0"
|
||||
ENV VAULT_VERSION "v2.6.0"
|
||||
|
||||
ENV URL "https://github.com/bitwarden/web.git"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
####################### VAULT BUILD IMAGE #######################
|
||||
FROM node:8-alpine as vault
|
||||
|
||||
ENV VAULT_VERSION "v2.5.0"
|
||||
ENV VAULT_VERSION "v2.6.0"
|
||||
|
||||
ENV URL "https://github.com/bitwarden/web.git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue