mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-12-26 04:18:15 +03:00
Version 2.13.1
This commit is contained in:
parent
38694cc132
commit
1b3c67fc47
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
Loading…
Reference in a new issue