Skip to content

Commit

Permalink
fix(docker): try to fix docker image runtime error
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjbvr committed Jan 23, 2025
1 parent ad335fe commit 5feca23
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 @@ -33,7 +33,7 @@ RUN ./install-cargo-component.sh && \
RUN cargo component build --release --target=wasm32-unknown-unknown

# Actual image.
FROM debian:bullseye-slim
FROM debian:bookworm-slim

RUN apt-get update && \
apt-get install -y ca-certificates && \
Expand Down

0 comments on commit 5feca23

Please sign in to comment.