From c8eccbd4944e7a307e6ef5645bc0e631cbb762d9 Mon Sep 17 00:00:00 2001 From: Andrew Thrasher Date: Wed, 23 Oct 2024 11:23:01 -0400 Subject: [PATCH] chore: bump rust version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd9ce1d..10f7da6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.81 +FROM rust:1.82 WORKDIR /app COPY . .