Skip to content

Commit

Permalink
Merge pull request #159 from stefan0xC/update-to-v2024.3.1
Browse files Browse the repository at this point in the history
update web-vault to v2024.3.1
  • Loading branch information
BlackDex committed Apr 6, 2024
2 parents ac7f24e + 616bece commit 9d64c88
Show file tree
Hide file tree
Showing 2 changed files with 799 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
ARG VAULT_VERSION=dbf0f1e328e73bbdea9f120c020770c9e117ad6d
# Using https://github.com/bitwarden/clients/releases/tag/web-v2024.3.1
ARG VAULT_VERSION=60e47aff88024ba9aad1a4ed7b63690b968bf7fc

WORKDIR /vault
RUN git -c init.defaultBranch=main init && \
Expand Down

0 comments on commit 9d64c88

Please sign in to comment.