From ecce3424201cfb53a4c0369f6e968d51741c0bdf Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Mon, 7 Nov 2022 20:48:02 +0100 Subject: [PATCH] Build with Rust 1.65 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f54497..10b80d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # --- build image -FROM rust:1.64 AS builder +FROM rust:1.65 AS builder RUN rustup target add x86_64-unknown-linux-musl RUN apt update && apt install -y musl-tools musl-dev