Skip to content

Commit

Permalink
Merge pull request #9 from PiyushXCoder/dev
Browse files Browse the repository at this point in the history
Fixed Pipeline
  • Loading branch information
PiyushXCoder authored Mar 10, 2024
2 parents aa816cd + 289b99d commit 5f9223d
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 5f9223d

Please sign in to comment.