Skip to content

Commit 340c521

Browse files
committed
cosmetic: double space
1 parent a922737 commit 340c521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM rust:1.77 AS builder
22
WORKDIR /src
33
COPY . .
4-
RUN --mount=type=cache,target=/usr/local/cargo/git \
4+
RUN --mount=type=cache,target=/usr/local/cargo/git \
55
--mount=type=cache,target=/usr/local/cargo/registry \
66
--mount=type=cache,sharing=private,target=/src/target \
77
cargo install --path .

0 commit comments

Comments
 (0)