Version 2.13.1

This commit is contained in:
Daniel García 2020-03-14 14:05:25 +01:00
parent 38694cc132
commit 1b3c67fc47
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
2 changed files with 4 additions and 1 deletions

View file

@ -17,7 +17,9 @@ USER node
# Can be a tag, release, but prefer a commit hash because it's not changeable # Can be a tag, release, but prefer a commit hash because it's not changeable
# https://github.com/bitwarden/web/commit/$VAULT_VERSION # https://github.com/bitwarden/web/commit/$VAULT_VERSION
ARG VAULT_VERSION=7e95e44f1d8e4a85c68afa0418163eac215be559 #
# Using https://github.com/bitwarden/web/releases/tag/v2.13.1
ARG VAULT_VERSION=eaa6bc12ce348952ee805b7f598396eef72c3519
RUN git clone https://github.com/bitwarden/web.git /vault RUN git clone https://github.com/bitwarden/web.git /vault
WORKDIR /vault WORKDIR /vault

View file

@ -54,3 +54,4 @@ npm run dist
# Prepare the final archives # Prepare the final archives
mv build web-vault mv build web-vault
tar -czvf "../$OUTPUT_NAME" web-vault --owner=0 --group=0 tar -czvf "../$OUTPUT_NAME" web-vault --owner=0 --group=0
mv web-vault build