Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thueske authored Jan 13, 2025
1 parent 5ce4894 commit fa08994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lukemathwalker/cargo-chef:latest-rust-1 AS chef
FROM lukemathwalker/cargo-chef:0.1.68-rust-latest AS chef
WORKDIR /app

FROM chef AS planner
Expand All @@ -17,4 +17,4 @@ RUN cargo build --release --bin caddyipscanner
FROM debian:bookworm-slim AS runtime
WORKDIR /app
COPY --from=builder /app/target/release/caddyipscanner /usr/local/bin
ENTRYPOINT ["/usr/local/bin/caddyipscanner"]
ENTRYPOINT ["/usr/local/bin/caddyipscanner"]

0 comments on commit fa08994

Please sign in to comment.