Skip to content

Commit

Permalink
Merge pull request #169 from stefan0xC/update-to-v2024.6
Browse files Browse the repository at this point in the history
update web-vault to v2024.6.2 and remove bitwarden_license/ from build
  • Loading branch information
BlackDex authored Aug 7, 2024
2 parents d038c4b + 3a2220d commit 7fe8618
Show file tree
Hide file tree
Showing 4 changed files with 1,130 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Note: you can use --build-arg to specify the version to build:
# docker build -t web_vault_build --build-arg VAULT_VERSION=main .

FROM node:18-bookworm AS build
FROM node:20-bookworm AS build
RUN node --version && npm --version

# Prepare the folder to enable non-root, otherwise npm will refuse to run the postinstall
Expand All @@ -28,8 +28,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.1
ARG VAULT_VERSION=9823f69c9d17e2d94de1cc005e01202dd95f0647
# Using https://github.com/bitwarden/clients/releases/tag/web-v2024.6.2
ARG VAULT_VERSION=e2354e8694ab5e532d04f275e4bd6bf560c7509b

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

0 comments on commit 7fe8618

Please sign in to comment.