build: bump Rust to 1.70.0 to resolve clippy errors (#201)
This commit is contained in:
parent
bed0b9448d
commit
2db493c753
|
@ -1,6 +1,6 @@
|
|||
# BUILD IMAGE ---------------------------------------------------------
|
||||
|
||||
FROM rust:1.67.0-slim-bullseye AS builder
|
||||
FROM rust:1.70.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.67.0-slim-bullseye
|
||||
FROM rust:1.70.0-slim-bullseye
|
||||
|
||||
LABEL maintainer="augustinas@status.im"
|
||||
LABEL source="https://github.com/logos-co/nomos-research"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
overlays = [
|
||||
(import (fetchGit {
|
||||
url = "https://github.com/oxalica/rust-overlay.git";
|
||||
rev = "3bab7ae4a80de02377005d611dc4b0a13082aa7c";
|
||||
rev = "86302751ef371597d48951983e1a2f04fe78d4ff";
|
||||
}))
|
||||
];
|
||||
}
|
||||
|
@ -17,7 +17,7 @@ pkgs.mkShell {
|
|||
|
||||
buildInputs = with pkgs; [
|
||||
pkg-config
|
||||
rust-bin.stable."1.67.0".default
|
||||
rust-bin.stable."1.70.0".default
|
||||
go_1_19 # 1.19.5
|
||||
clang_14
|
||||
llvmPackages_14.libclang
|
||||
|
|
Loading…
Reference in New Issue