summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorCharles Hall <charles@computer.surgery>2022-10-13 08:06:49 -0700
committerCharles Hall <charles@computer.surgery>2022-10-13 08:06:49 -0700
commitbf7c4b4001ef2fdd08b1145169c6465f2f97eda3 (patch)
tree5ecf9e18419f63a84fa29ce2466c701bea2ec5d5 /Dockerfile
parentc948324cf25d46754a4d4c0877119eec3e4886a1 (diff)
downloadconduit-bf7c4b4001ef2fdd08b1145169c6465f2f97eda3.zip
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
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 8a76c47..a089f02 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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