build: upgrade Rust to 1.67.0

This commit is contained in:
Greg Heartsfield 2023-02-01 08:02:50 -06:00
parent a42004c30c
commit 2bbde8ad09

View File

@ -1,4 +1,4 @@
FROM docker.io/library/rust:1.66.0 as builder
FROM docker.io/library/rust:1.67.0 as builder
RUN USER=root cargo install cargo-auditable
RUN USER=root cargo new --bin nostr-rs-relay