Skip to content
Snippets Groups Projects
Commit 15ffc495 authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

oops forgot to bump 1.70.0 in flake and gitlab dockerfile

parent 8e569b8d
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ docker build debugging: ...@@ -116,7 +116,7 @@ docker build debugging:
cargo check: cargo check:
stage: test stage: test
image: docker.io/rust:1.70.0-bullseye image: docker.io/rust:1.74.1-bullseye
needs: [] needs: []
interruptible: true interruptible: true
before_script: before_script:
......
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM docker.io/rust:1.70-bullseye AS base FROM docker.io/rust:1.74.1-bullseye AS base
FROM base AS builder FROM base AS builder
WORKDIR /usr/src/conduit WORKDIR /usr/src/conduit
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
channel = cargoToml.package.rust-version; channel = cargoToml.package.rust-version;
# THE rust-version HASH # THE rust-version HASH
sha256 = "sha256-gdYqng0y9iHYzYPAdkC/ka3DRny3La/S5G8ASj0Ayyc="; sha256 = "sha256-PjvuouwTsYfNKW5Vi5Ye7y+lL7SsWGBxCtBOOm2z14c=";
}; };
mkToolchain = fenix.packages.${system}.combine; mkToolchain = fenix.packages.${system}.combine;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment