update rust to avoid a cargo problem
We were hitting [this bug][0] when trying to select a version for clap ^4. [0]: https://github.com/rust-lang/cargo/issues/10623
This commit is contained in:
parent
c948324cf2
commit
bf7c4b4001
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
FROM docker.io/rust:1.58-bullseye AS builder
|
FROM docker.io/rust:1.60-bullseye AS builder
|
||||||
WORKDIR /usr/src/conduit
|
WORKDIR /usr/src/conduit
|
||||||
|
|
||||||
# Install required packages to build Conduit and it's dependencies
|
# Install required packages to build Conduit and it's dependencies
|
||||||
|
|
Loading…
Reference in a new issue