We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e73514 commit 056deaeCopy full SHA for 056deae
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:buster AS build
+FROM rust:bullseye AS build
2
RUN apt-get update && apt-get install -y protobuf-compiler && apt-get clean
3
RUN rustup default 1.84 && rustup component add rustfmt
4
WORKDIR /openmina
@@ -18,7 +18,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
18
RUN git clone --depth 1 https://github.com/openmina/circuit-blobs.git \
19
&& rm -rf circuit-blobs/berkeley_rc1 circuit-blobs/*/tests
20
21
-FROM debian:buster
+FROM debian:bullseye
22
RUN apt-get update && apt-get install -y libjemalloc2 libssl1.1 libpq5 curl jq procps && apt-get clean
23
24
COPY --from=build /openmina/release-bin/openmina /usr/local/bin/
0 commit comments