From c2f26182920fec022698c473eb9ee087375f7ecd Mon Sep 17 00:00:00 2001 From: Maxime David Date: Tue, 24 Oct 2023 09:59:04 -0400 Subject: [PATCH] fix rust base image (#175) * trigger build * build statically * build with mussl * build with mussl * build with mussl * cleanup --- build-tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/Dockerfile b/build-tools/Dockerfile index ce6aa7c7..bad54e18 100644 --- a/build-tools/Dockerfile +++ b/build-tools/Dockerfile @@ -1,4 +1,4 @@ -FROM rust as builder +FROM rust:buster as builder WORKDIR /usr/src/app COPY Cargo.toml . COPY Cargo.lock .