From bb6a254651df47704928e9f44f8b5d4c23dcc592 Mon Sep 17 00:00:00 2001 From: James Hinshelwood Date: Wed, 18 Dec 2024 10:11:43 +0000 Subject: [PATCH] Always use latest rust version in Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 972dd8b..37b8493 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -# Same as zq2 uses, or the z2 build fails :-( -FROM rust:1.78.0-slim-bullseye as builder +FROM rust:slim-bullseye as builder ENV DEBIAN_FRONTEND=noninteractive ENV NEEDRESTART_MODE=a