Update rust version in testnet and CI (#535)

This commit is contained in:
gusto 2023-11-21 12:30:16 +02:00 committed by GitHub
parent eb69cd34ec
commit ab68d3e16e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# BUILD IMAGE ---------------------------------------------------------
FROM rust:1.72.1-slim-bullseye AS builder
FROM rust:1.74.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.73.0-slim-bullseye
FROM rust:1.74.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 = "b7a041430733fccaa1ffc3724bb9454289d0f701";
rev = "6da9555a6d691bcdf43f90d8fd445e96d246f807";
}))
];
}
@ -17,7 +17,7 @@ pkgs.mkShell {
buildInputs = with pkgs; [
pkg-config
rust-bin.stable."1.73.0".default
rust-bin.stable."1.74.0".default
clang_14
llvmPackages_14.libclang
];

View File

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