Bump rust (#602)

This commit is contained in:
gusto 2024-03-01 13:28:05 +02:00 committed by GitHub
parent 2730c2f579
commit a036b8adc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# BUILD IMAGE ---------------------------------------------------------
FROM rust:1.75.0-slim-bullseye AS builder
FROM rust:1.76.0-slim-bullseye AS builder
# Using backports for go 1.19
RUN echo 'deb http://deb.debian.org/debian bullseye-backports main' \

View File

@ -1,4 +1,4 @@
FROM rust:1.75.0-slim-bullseye
FROM rust:1.76.0-slim-bullseye
LABEL maintainer="augustinas@status.im" \
source="https://github.com/logos-co/nomos-node" \

View File

@ -6,7 +6,7 @@
overlays = [
(import (fetchGit {
url = "https://github.com/oxalica/rust-overlay.git";
rev = "a0df72e106322b67e9c6e591fe870380bd0da0d5";
rev = "0e031ddb3f5a339dc6eda93d271ae43618b14eec";
}))
];
}
@ -17,7 +17,7 @@ pkgs.mkShell {
buildInputs = with pkgs; [
pkg-config
rust-bin.stable."1.75.0".default
rust-bin.stable."1.76.0".default
clang_14
llvmPackages_14.libclang
openssl

View File

@ -1,6 +1,6 @@
# BUILD IMAGE ---------------------------------------------------------
FROM rust:1.75.0-slim-bullseye AS builder
FROM rust:1.76.0-slim-bullseye AS builder
# Dependecies for publishing documentation.
RUN apt-get update && apt-get install -yq \