Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky committed Feb 8, 2023
1 parent b573acf commit 9ae2394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lukemathwalker/cargo-chef:latest-rust-1.61.0 AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.63.0 AS chef
COPY rust-toolchain.toml rust-toolchain.toml
RUN rustup check
WORKDIR app
Expand All @@ -19,4 +19,4 @@ RUN cargo build --release --bin quilkin
FROM debian:bookworm-slim AS runtime
WORKDIR app
COPY --from=builder /app/target/release/quilkin /usr/local/bin
ENTRYPOINT ["/usr/local/bin/quilkin", "run"]
ENTRYPOINT ["quilkin"]

0 comments on commit 9ae2394

Please sign in to comment.