Update rust version in testnet and CI (#535)
This commit is contained in:
parent
eb69cd34ec
commit
ab68d3e16e
@ -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' \
|
||||
|
@ -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" \
|
||||
|
@ -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
|
||||
];
|
||||
|
@ -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' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user