From 95112d563e561f79296ba1f025164cfbef1a4c77 Mon Sep 17 00:00:00 2001 From: Jacob Magnusson Date: Thu, 4 Jan 2024 09:59:38 +0100 Subject: [PATCH] build: Update to rust 1.75 and alpine 3.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1de7027..be84ae2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # https://github.com/emerzon/alpine-mimalloc/blob/master/Dockerfile # NOTE: This has to be activated from within the Rust code, # e.g. with https://crates.io/crates/mimalloc. -ARG API_BASE_IMAGE=lukemathwalker/cargo-chef:0.1.62-rust-1.74.0-alpine3.18 +ARG API_BASE_IMAGE=lukemathwalker/cargo-chef:0.1.62-rust-1.75.0-alpine3.19 ### Mimalloc compilation