Skip to content

Commit

Permalink
chore(backend): enable insecure-print by default on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason0729 committed Sep 8, 2024
1 parent 88370ca commit 701c0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN --mount=type=cache,target=target
ARG ARCH=x86_64

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

FROM scratch
# WORKDIR are used instead of mkdir
Expand Down

0 comments on commit 701c0dd

Please sign in to comment.