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

msrv is 1.63 in Cargo.toml; use that

This commit is contained in:
Charles Hall 2022-10-13 08:26:41 -07:00
parent bf7c4b4001
commit 286936db32
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.60-bullseye AS builder
FROM docker.io/rust:1.63-bullseye AS builder
WORKDIR /usr/src/conduit
# Install required packages to build Conduit and it's dependencies