Skip to content

Commit acc4281

Browse files
authored
Merge pull request #37 from JL710/patch-1
fix dockerfile
2 parents c13c124 + 8382b94 commit acc4281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY crates crates
2020
RUN cargo build --release --workspace --config git-fetch-with-cli=true
2121

2222
# ============ Run Stage ============
23-
FROM debian:bookworm-slim as run
23+
FROM debian:trixie-slim as run
2424

2525
WORKDIR /bot
2626
CMD [ "/bot/typst-bot" ]

0 commit comments

Comments
 (0)