update web-vault to v2024.2.4

This commit is contained in:
Stefan Melmuk 2024-03-06 04:53:41 +01:00
parent 4430ef74ea
commit c761cebc1b
No known key found for this signature in database
GPG key ID: 817020C608FE9C09
2 changed files with 734 additions and 2 deletions

View file

@ -26,8 +26,8 @@ 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/clients/commit/${VAULT_VERSION} # https://github.com/bitwarden/clients/commit/${VAULT_VERSION}
# #
# Using https://github.com/bitwarden/clients/releases/tag/web-v2024.1.2 # Using https://github.com/bitwarden/clients/releases/tag/web-v2024.2.4
ARG VAULT_VERSION=a1a5c4b3d3c5787e9517ac30b9b6f344f18fe5e6 ARG VAULT_VERSION=6d90d5aff28f960406845e86aa4a5d11244395ad
WORKDIR /vault WORKDIR /vault
RUN git -c init.defaultBranch=main init && \ RUN git -c init.defaultBranch=main init && \

732
patches/v2024.2.4.patch Normal file

File diff suppressed because one or more lines are too long