Skip to content

Commit

Permalink
fix: use bookworm for rustbuilder
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 committed Sep 7, 2023
1 parent b10b5f7 commit 5a47716
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
@@ -1,4 +1,4 @@
FROM rust:bullseye AS rustbuilder
FROM rust:bookworm AS rustbuilder
ARG MITHRIL_VERSION=2335.0
ENV MITHRIL_VERSION=${MITHRIL_VERSION}
WORKDIR /code
Expand Down

0 comments on commit 5a47716

Please sign in to comment.