Skip to content

Commit

Permalink
Merge branch 'main' into doc-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Nov 13, 2023
2 parents 1adc567 + d9444b2 commit d43d195
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 d43d195

Please sign in to comment.