Skip to content

Commit 056deae

Browse files
committed
docker: Use bullseye as a base image
1 parent 2e73514 commit 056deae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:buster AS build
1+
FROM rust:bullseye AS build
22
RUN apt-get update && apt-get install -y protobuf-compiler && apt-get clean
33
RUN rustup default 1.84 && rustup component add rustfmt
44
WORKDIR /openmina
@@ -18,7 +18,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
1818
RUN git clone --depth 1 https://github.com/openmina/circuit-blobs.git \
1919
&& rm -rf circuit-blobs/berkeley_rc1 circuit-blobs/*/tests
2020

21-
FROM debian:buster
21+
FROM debian:bullseye
2222
RUN apt-get update && apt-get install -y libjemalloc2 libssl1.1 libpq5 curl jq procps && apt-get clean
2323

2424
COPY --from=build /openmina/release-bin/openmina /usr/local/bin/

0 commit comments

Comments
 (0)