[go: up one dir, main page]

Skip to content

Commit

Permalink
fix debian version in dockerfile (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
anveq committed Nov 25, 2021
1 parent 737fa6d commit 15a9352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update ; apt-get install -y clang libopenblas-dev libgfortran-10-dev
# Build actual target here
RUN cargo build --release --bin qdrant

FROM debian:buster-slim
FROM debian:bullseye-slim
ARG APP=/qdrant

RUN apt-get update \
Expand Down

0 comments on commit 15a9352

Please sign in to comment.