Skip to content

Commit

Permalink
fix lib error (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liuhaai authored Oct 17, 2024
1 parent 20b78be commit ba9b5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion risc0-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY ./proto ./proto
RUN cd risc0-server && cargo build --release

# Use a minimal base image for the final stage
FROM debian:bullseye-slim
FROM debian:bookworm-slim


# Install ca-certificates without cache
Expand Down

0 comments on commit ba9b5c6

Please sign in to comment.