1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-06-18 15:58:18 +02:00

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:
Charles Hall 2022-10-13 08:06:49 -07:00
parent c948324cf2
commit bf7c4b4001
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF

View file

@ -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