Skip to content

Commit

Permalink
Update to use v2024.12.x
Browse files Browse the repository at this point in the history
Signed-off-by: BlackDex <black.dex@gmail.com>
  • Loading branch information
BlackDex committed Dec 11, 2024
1 parent 34de48e commit d1eafe5
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 @@ -23,8 +23,8 @@ RUN node --version && npm --version
# 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.11.2
ARG VAULT_VERSION=3b71950c55f9524fbf6e6801b2a1daf9ac71a792
# Using https://github.com/bitwarden/clients/releases/tag/web-v2024.12.0
ARG VAULT_VERSION=e0c8f2ced997fc279c8ded903471ca3fa0fe5e94
ENV VAULT_VERSION=$VAULT_VERSION
ENV VAULT_FOLDER=bw_clients
ENV CHECKOUT_TAGS=false
Expand Down

0 comments on commit d1eafe5

Please sign in to comment.