Skip to content

Commit

Permalink
Merge pull request #815 from dsp-testing/dependabot/docker/implementa…
Browse files Browse the repository at this point in the history
…tions/rust-boon/rust-1.83.0-slim

Bump rust from 1.82.0-slim to 1.83.0-slim in /implementations/rust-boon
  • Loading branch information
github-actions[bot] authored Dec 3, 2024
2 parents 8af9927 + c0076fd commit b406f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations/rust-boon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.82.0-slim AS builder
FROM rust:1.83.0-slim AS builder

RUN rustup target add x86_64-unknown-linux-musl
RUN apt update && apt install -y musl-tools musl-dev build-essential gcc-x86-64-linux-gnu
Expand Down

0 comments on commit b406f64

Please sign in to comment.