Bump rust (#602)
This commit is contained in:
parent
2730c2f579
commit
a036b8adc3
|
@ -1,6 +1,6 @@
|
||||||
# BUILD IMAGE ---------------------------------------------------------
|
# 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
|
# Using backports for go 1.19
|
||||||
RUN echo 'deb http://deb.debian.org/debian bullseye-backports main' \
|
RUN echo 'deb http://deb.debian.org/debian bullseye-backports main' \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM rust:1.75.0-slim-bullseye
|
FROM rust:1.76.0-slim-bullseye
|
||||||
|
|
||||||
LABEL maintainer="augustinas@status.im" \
|
LABEL maintainer="augustinas@status.im" \
|
||||||
source="https://github.com/logos-co/nomos-node" \
|
source="https://github.com/logos-co/nomos-node" \
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
overlays = [
|
overlays = [
|
||||||
(import (fetchGit {
|
(import (fetchGit {
|
||||||
url = "https://github.com/oxalica/rust-overlay.git";
|
url = "https://github.com/oxalica/rust-overlay.git";
|
||||||
rev = "a0df72e106322b67e9c6e591fe870380bd0da0d5";
|
rev = "0e031ddb3f5a339dc6eda93d271ae43618b14eec";
|
||||||
}))
|
}))
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,7 @@ pkgs.mkShell {
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
pkg-config
|
pkg-config
|
||||||
rust-bin.stable."1.75.0".default
|
rust-bin.stable."1.76.0".default
|
||||||
clang_14
|
clang_14
|
||||||
llvmPackages_14.libclang
|
llvmPackages_14.libclang
|
||||||
openssl
|
openssl
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# BUILD IMAGE ---------------------------------------------------------
|
# BUILD IMAGE ---------------------------------------------------------
|
||||||
|
|
||||||
FROM rust:1.75.0-slim-bullseye AS builder
|
FROM rust:1.76.0-slim-bullseye AS builder
|
||||||
|
|
||||||
# Dependecies for publishing documentation.
|
# Dependecies for publishing documentation.
|
||||||
RUN apt-get update && apt-get install -yq \
|
RUN apt-get update && apt-get install -yq \
|
||||||
|
|
Loading…
Reference in New Issue