mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-12-26 12:28:15 +03:00
Dockerfile: Move inline comment to a separate line
Fixes #52. Signed-off-by: Aaron <admin@datahoarder.dev>
This commit is contained in:
parent
3e77fc289b
commit
5e0868a9fa
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue