Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Jun 24, 2024
1 parent 11ffd43 commit 21dc318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile-hydradx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ARG HYDRADX_BUILD_BRANCH

WORKDIR /unique_parachain

RUN git clone --depth 1 -b {{ HYDRADX_BUILD_BRANCH }} https://github.com/galacticcouncil/HydraDX-node.git
RUN git clone --depth 1 -b "${HYDRADX_BUILD_BRANCH}" https://github.com/galacticcouncil/HydraDX-node.git

RUN --mount=type=cache,target=/cargo-home/registry \
--mount=type=cache,target=/cargo-home/git \
Expand Down

0 comments on commit 21dc318

Please sign in to comment.