Skip to content

Commit

Permalink
Merge pull request #2 from blinklabs-io/fix/use-bookworm
Browse files Browse the repository at this point in the history
fix: use bookworm for rustbuilder
  • Loading branch information
wolf31o2 authored Sep 7, 2023
2 parents b10b5f7 + 5a47716 commit 7d5eee8
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 7d5eee8

Please sign in to comment.