Skip to content

Commit 701c0dd

Browse files
committed
chore(backend): enable insecure-print by default on CI
1 parent 88370ca commit 701c0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN --mount=type=cache,target=target
1717
ARG ARCH=x86_64
1818

1919
RUN rustup target add ${ARCH}-unknown-linux-musl
20-
RUN cargo install --no-default-features --target ${ARCH}-unknown-linux-musl --path backend
20+
RUN cargo install --target ${ARCH}-unknown-linux-musl --path backend
2121

2222
FROM scratch
2323
# WORKDIR are used instead of mkdir

0 commit comments

Comments
 (0)