Skip to content

Commit

Permalink
chore(deps): bump bls from v5.3.0 to v6.0.1 in /native/bls_nif (#1354)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rodrigo Oliveri <[email protected]>
  • Loading branch information
dependabot[bot] and rodrigo-o authored Jan 20, 2025
1 parent deecf08 commit f18e48e
Show file tree
Hide file tree
Showing 4 changed files with 832 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
erlang 26.2
elixir 1.16.2-otp-26
golang 1.21.3
rust 1.71.1
rust 1.81.0
protoc 24.3
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN go build -o libp2p_port

# Precompile rust crates
# bls nif
FROM rust:1.71.1 AS bls_nif_builder
FROM rust:1.81.0 AS bls_nif_builder
LABEL stage=builder

RUN mkdir /bls_nif
Expand All @@ -31,7 +31,7 @@ RUN cargo build --release && \
rm -rf target/

# kzg nif
FROM rust:1.71.1 AS kzg_nif_builder
FROM rust:1.81.0 AS kzg_nif_builder
LABEL stage=builder

RUN mkdir /kzg_nif
Expand All @@ -43,7 +43,7 @@ RUN cargo build --release && \
rm -rf target/

# snappy nif
FROM rust:1.71.1 AS snappy_nif_builder
FROM rust:1.81.0 AS snappy_nif_builder
LABEL stage=builder

RUN mkdir /snappy_nif
Expand All @@ -55,7 +55,7 @@ RUN cargo build --release && \
rm -rf target/

# ssz nif
FROM rust:1.71.1 AS ssz_nif_builder
FROM rust:1.81.0 AS ssz_nif_builder
LABEL stage=builder

RUN mkdir /ssz_nif
Expand Down
Loading

0 comments on commit f18e48e

Please sign in to comment.