Skip to content

Commit

Permalink
Bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks committed Dec 10, 2024
1 parent ac33784 commit d9d2507
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ RUN cargo fetch
COPY ./src ./src
RUN cargo build --release

FROM ubuntu:24.04
FROM debian:bullseye

RUN apt-get update && apt-get install -y libc6
COPY --from=builder target/release/backend /usr/local/bin/backend

CMD ["/usr/local/bin/backend"]

0 comments on commit d9d2507

Please sign in to comment.