Skip to content

Commit

Permalink
Merge pull request #166 from stefan0xC/update-to-v2024.5.1
Browse files Browse the repository at this point in the history
update web-vault to v2024.5.1
  • Loading branch information
BlackDex authored Jun 19, 2024
2 parents cc03d26 + c1cd93a commit 47e1f1c
Showing 1 changed file with 2 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.5.0
ARG VAULT_VERSION=431e909f9b2c046e90aa50fde1907ae6ccf25ee9
# Using https://github.com/bitwarden/clients/releases/tag/web-v2024.5.1
ARG VAULT_VERSION=9823f69c9d17e2d94de1cc005e01202dd95f0647

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

0 comments on commit 47e1f1c

Please sign in to comment.