Skip to content
Snippets Groups Projects
Unverified Commit 9fbc8823 authored by Rishi Panthee's avatar Rishi Panthee Committed by GitHub
Browse files

Force Set To Bullseye

parent f1fd45f8
No related branches found
No related tags found
No related merge requests found
FROM rust:latest AS builder FROM rust:bullseye as builder
WORKDIR /drone WORKDIR /drone
...@@ -12,4 +12,4 @@ COPY --from=builder /drone/target/release/drone /drone ...@@ -12,4 +12,4 @@ COPY --from=builder /drone/target/release/drone /drone
EXPOSE 3000 EXPOSE 3000
CMD ["./drone"] CMD ["./drone"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment