From 7cb02ce8acd59cd7c3a3e18815c0b16faf0d6429 Mon Sep 17 00:00:00 2001 From: James Lucas Date: Thu, 3 Oct 2024 17:01:51 -0500 Subject: [PATCH] Update Dockerfile to Rust 1.79 (#1476) This should fix failing tests. --- server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Dockerfile b/server/Dockerfile index 20075fce9..e8f1c7233 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -1,5 +1,5 @@ # Base build -FROM rust:1.76-slim-bookworm AS build +FROM rust:1.79-slim-bookworm AS build RUN apt-get update && apt-get install -y \ build-essential=12.* \