Merge pull request #88 from stefan0xC/update-to-v2022.10.1

update web-vault to v2022.10.1
This commit is contained in:
Daniel García 2022-10-20 21:01:51 +02:00 committed by GitHub
commit bc409a9f36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,8 +28,8 @@ USER node
# Can be a tag, release, but prefer a commit hash because it's not changeable # Can be a tag, release, but prefer a commit hash because it's not changeable
# https://github.com/bitwarden/clients/commit/${VAULT_VERSION} # https://github.com/bitwarden/clients/commit/${VAULT_VERSION}
# #
# Using https://github.com/bitwarden/clients/releases/tag/web-v2022.10.0 # Using https://github.com/bitwarden/clients/releases/tag/web-v2022.10.1
ARG VAULT_VERSION=feb10128f0963bf6a9dabf23d1a01d8ae8ea117c ARG VAULT_VERSION=ae435905f7758262694a78fca54b799b5e7be0a5
RUN git clone https://github.com/bitwarden/clients.git /vault RUN git clone https://github.com/bitwarden/clients.git /vault
WORKDIR /vault WORKDIR /vault