Skip to content

Commit

Permalink
Fixed Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
PiyushXCoder committed Mar 10, 2024
1 parent 481c89a commit 289b99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM rust:alpine3.18 AS build
RUN cargo search --limit 0 && \
RUN cargo search --limit 1 && \
apk add --no-cache musl-dev pkgconfig openssl-dev
WORKDIR /app
COPY . .
Expand Down

0 comments on commit 289b99d

Please sign in to comment.