Merge pull request #91 from stefan0xC/update-to-v2022.10.2

update web-vault to v2022.10.2
This commit is contained in:
Daniel García 2022-10-26 21:19:12 +02:00 committed by GitHub
commit a8ed7a776e
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
# https://github.com/bitwarden/clients/commit/${VAULT_VERSION}
#
# Using https://github.com/bitwarden/clients/releases/tag/web-v2022.10.1
ARG VAULT_VERSION=ae435905f7758262694a78fca54b799b5e7be0a5
# Using https://github.com/bitwarden/clients/releases/tag/web-v2022.10.2
ARG VAULT_VERSION=703860f1ac7bad2dfa9a98640a568db26fdcf5ed
RUN git clone https://github.com/bitwarden/clients.git /vault
WORKDIR /vault