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
Nyaaori/remove-misisng-e2ee-readme
Charles Hall 2 years ago
parent c948324cf2
commit bf7c4b4001
No known key found for this signature in database
GPG Key ID: 7B8E0645816E07CF

@ -1,5 +1,5 @@
# 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
# Install required packages to build Conduit and it's dependencies

Loading…
Cancel
Save