Skip to content

Commit

Permalink
dockerfile changes (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
conorbros authored Nov 2, 2023
1 parent 606fbfc commit d9444b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM rust:latest as builder
FROM rust:bookworm as builder

WORKDIR /shotover-proxy

COPY ./ ./

RUN cargo build --release
RUN cargo build -p shotover-proxy --release

FROM debian:bullseye-slim
FROM debian:bookworm-slim

COPY --from=builder /shotover-proxy/target/release/shotover-proxy /shotover-proxy

Expand Down

0 comments on commit d9444b2

Please sign in to comment.