Skip to content

Commit

Permalink
Merge pull request #23 from jjlin/v2.18.1
Browse files Browse the repository at this point in the history
Update to upstream v2.18.1 release
  • Loading branch information
dani-garcia authored Jan 27, 2021
2 parents f748fc9 + 92d0f6d commit a17b58e
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 @@ -22,8 +22,8 @@ USER node
# Can be a tag, release, but prefer a commit hash because it's not changeable
# https://github.com/bitwarden/web/commit/$VAULT_VERSION
#
# Using https://github.com/bitwarden/web/releases/tag/v2.18.0
ARG VAULT_VERSION=1429cb3f76204b7afa3610f46eb58b5073f16828
# Using https://github.com/bitwarden/web/releases/tag/v2.18.1
ARG VAULT_VERSION=9326a9a4a723d7e57943776d7b356132f40aeec2

RUN git clone https://github.com/bitwarden/web.git /vault
WORKDIR /vault
Expand Down

0 comments on commit a17b58e

Please sign in to comment.