Skip to content

Commit

Permalink
Update Fly.io example Dockerfile to use Debian Bookworm (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
catflydotio authored Sep 22, 2023
1 parent 3cf4aff commit fbc1fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/usr/local/cargo,from=rust:latest,source=/usr/loca
cargo build --release && mv target/release/corrosion ./

# Runtime image
FROM debian:bullseye-slim
FROM debian:bookworm-slim

COPY --from=builder /usr/local/bin/nperf /usr/local/bin/nperf

Expand Down

0 comments on commit fbc1fca

Please sign in to comment.