update web-vault to v2024.2.5

This commit is contained in:
Stefan Melmuk 2024-03-07 00:23:06 +01:00
parent c761cebc1b
commit 8544453a5e
No known key found for this signature in database
GPG key ID: 817020C608FE9C09

View file

@ -26,8 +26,8 @@ USER node
# Can be a tag, release, but prefer a commit hash because it's not changeable
# https://github.com/bitwarden/clients/commit/${VAULT_VERSION}
#
# Using https://github.com/bitwarden/clients/releases/tag/web-v2024.2.4
ARG VAULT_VERSION=6d90d5aff28f960406845e86aa4a5d11244395ad
# Using https://github.com/bitwarden/clients/releases/tag/web-v2024.2.5
ARG VAULT_VERSION=467d94774eb9eb37c31da4837aab82a24f38b01e
WORKDIR /vault
RUN git -c init.defaultBranch=main init && \