Skip to content

Commit

Permalink
Adding libc6 dependency and bumping debian version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwyles committed Mar 1, 2024
1 parent dfe53a0 commit 9470104
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ WORKDIR /app
COPY . .
RUN cargo install --path .

FROM debian:bullseye-slim
FROM debian:bookworm-slim
RUN apt-get update
RUN apt-get -y install libc6
COPY --from=builder /app /app
ENTRYPOINT [ "/rana" ]
CMD [ "" ]

0 comments on commit 9470104

Please sign in to comment.