Bump Rust version in Dockerfile
clap-rs recently bumped their MSRV to 1.74 breaking the docker build.
This commit is contained in:
parent
ab73183b2b
commit
cca5999214
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM docker.io/library/rust:1.70.0-slim-bookworm AS builder
|
||||
FROM docker.io/library/rust:1.74.0-slim-bookworm AS builder
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
ARG LLVM_VERSION=16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue