mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-12-27 21:08:16 +03:00
Dockerfile: use upstream v2.18.2 release
This commit is contained in:
parent
9b68e33580
commit
9a92898e57
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,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/web/commit/$VAULT_VERSION
|
# https://github.com/bitwarden/web/commit/$VAULT_VERSION
|
||||||
#
|
#
|
||||||
# Using https://github.com/bitwarden/web/releases/tag/v2.18.1
|
# Using https://github.com/bitwarden/web/releases/tag/v2.18.2
|
||||||
ARG VAULT_VERSION=9326a9a4a723d7e57943776d7b356132f40aeec2
|
ARG VAULT_VERSION=2499b18ffe74aa25479747fcfa24118c20479b7f
|
||||||
|
|
||||||
RUN git clone --recurse-submodules https://github.com/bitwarden/web.git /vault
|
RUN git clone --recurse-submodules https://github.com/bitwarden/web.git /vault
|
||||||
WORKDIR /vault
|
WORKDIR /vault
|
||||||
|
|
Loading…
Reference in a new issue