anthony HF staff commited on
Commit
99fef95
·
unverified ·
1 Parent(s): 5142f69

use another debian

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ COPY . .
5
  RUN cargo install --path .
6
  CMD ["hello-world"]
7
 
8
- FROM debian:buster-slim
9
  RUN apt-get update & apt-get install -y extra-runtime-dependencies & rm -rf /var/lib/apt/lists/*
10
  COPY --from=builder /usr/local/cargo/bin/hello-world /usr/local/bin/hello-world
11
  COPY --from=builder /usr/local/cargo/bin/help /usr/local/bin/help
 
5
  RUN cargo install --path .
6
  CMD ["hello-world"]
7
 
8
+ FROM debian:bookworm-slim
9
  RUN apt-get update & apt-get install -y extra-runtime-dependencies & rm -rf /var/lib/apt/lists/*
10
  COPY --from=builder /usr/local/cargo/bin/hello-world /usr/local/bin/hello-world
11
  COPY --from=builder /usr/local/cargo/bin/help /usr/local/bin/help