From bbcc27704f1d6b96f89cb1dad7db6cb8dd0e4e9a Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Sun, 16 Jun 2024 16:00:57 -0700 Subject: [PATCH] bump rust builder version --- bin/core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/core/Dockerfile b/bin/core/Dockerfile index 5537f0977..8645a0d82 100644 --- a/bin/core/Dockerfile +++ b/bin/core/Dockerfile @@ -1,5 +1,5 @@ # Build Core -FROM rust:1.78.0-bookworm as core-builder +FROM rust:1.79.0-bookworm as core-builder WORKDIR /builder COPY . . RUN cargo build -p monitor_core --release