Skip to content

Commit

Permalink
Bump Dockerfile Debian to bookworm-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Dec 28, 2023
1 parent dabadfa commit 4eaaf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sushii-2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN cargo test --release --locked
RUN cargo build --release --locked

## Final base image with only the sushii binary
FROM debian:bullseye-slim
FROM debian:bookworm-slim

WORKDIR /config

Expand Down

0 comments on commit 4eaaf74

Please sign in to comment.