mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-12-26 04:18:15 +03:00
Added v2.27.0 support
This commit is contained in:
parent
4101fd9aa8
commit
29c4100006
1 changed files with 3 additions and 3 deletions
|
@ -23,8 +23,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.26.1
|
||||
ARG VAULT_VERSION=aa42890fdfbfe603efd6d410d2cbd109f2033db9
|
||||
# Using https://github.com/bitwarden/web/releases/tag/v2.27.0
|
||||
ARG VAULT_VERSION=05a17629a52ea188a146fbb6b2b82595e5eb73b5
|
||||
|
||||
RUN git clone https://github.com/bitwarden/web.git /vault
|
||||
WORKDIR /vault
|
||||
|
@ -39,7 +39,7 @@ RUN bash /apply_patches.sh
|
|||
|
||||
# Build
|
||||
RUN npm ci
|
||||
# RUN npm audit fix || true
|
||||
RUN npm audit fix || true
|
||||
RUN npm run dist:oss:selfhost
|
||||
|
||||
RUN printf '{"version":"%s"}' \
|
||||
|
|
Loading…
Reference in a new issue