Update version number to 2.15.1

This commit is contained in:
Daniel García 2020-07-05 01:04:54 +02:00
parent 3c11438206
commit d41966d192
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A

View file

@ -22,8 +22,8 @@ USER node
# Can be a tag, release, but prefer a commit hash because it's not changeable
# https://github.com/bitwarden/web/commit/$VAULT_VERSION
#
# Using https://github.com/bitwarden/web/releases/tag/v2.14.0
ARG VAULT_VERSION=179884cf93641be52b28790933879aa77145a8fb
# Using https://github.com/bitwarden/web/releases/tag/v2.15.1
ARG VAULT_VERSION=a749946457746e51d712bb631adaa12b59faec33
RUN git clone https://github.com/bitwarden/web.git /vault
WORKDIR /vault