Skip to content

Commit

Permalink
Merge pull request #53 from whalehub/patch-1
Browse files Browse the repository at this point in the history
Dockerfile: Move inline comment to a separate line
  • Loading branch information
dani-garcia committed Oct 19, 2021
2 parents 3e77fc2 + 5e0868a commit 484f9b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ USER node
# https://github.com/bitwarden/web/commit/$VAULT_VERSION
#
# Using https://github.com/bitwarden/web/releases/tag/v2.23.0
ARG VAULT_VERSION=cfa3d81cf87ed59c471021608b9b922023c825f1 # TODO: When updating to a newer image, remove the package.json patch below
# TODO: When updating to a newer image, remove the package.json patch below
ARG VAULT_VERSION=cfa3d81cf87ed59c471021608b9b922023c825f1

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

0 comments on commit 484f9b8

Please sign in to comment.