Skip to content

Commit 7d5eee8

Browse files
authored
Merge pull request #2 from blinklabs-io/fix/use-bookworm
fix: use bookworm for rustbuilder
2 parents b10b5f7 + 5a47716 commit 7d5eee8

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
@@ -1,4 +1,4 @@
1-
FROM rust:bullseye AS rustbuilder
1+
FROM rust:bookworm AS rustbuilder
22
ARG MITHRIL_VERSION=2335.0
33
ENV MITHRIL_VERSION=${MITHRIL_VERSION}
44
WORKDIR /code

0 commit comments

Comments
 (0)