Skip to content

Commit

Permalink
chore(bolt): upgrade rust to 1.77.2 (#768)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
NathanFlurry committed May 15, 2024
1 parent f2e05ab commit 5cc18f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM clux/muslrust:1.75.0 AS build
FROM clux/muslrust:1.77.2 AS build
RUN cargo new --bin /app
WORKDIR /app
COPY Cargo.toml ./
Expand Down
2 changes: 1 addition & 1 deletion lib/bolt/core/src/dep/cargo/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ pub async fn build<'a, T: AsRef<str>>(ctx: &ProjectContext, opts: BuildOpts<'a,
r#"
# syntax=docker/dockerfile:1.2
FROM rust:1.72-slim
FROM rust:1.77.2-slim
RUN apt-get update && apt-get install -y protobuf-compiler pkg-config libssl-dev g++
Expand Down
2 changes: 1 addition & 1 deletion lib/job-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM clux/muslrust:1.73.0
FROM clux/muslrust:1.77.2

WORKDIR /app
COPY Cargo.toml Cargo.lock .
Expand Down

0 comments on commit 5cc18f0

Please sign in to comment.