From d4f0f8a9a596c3ed114914129367ac37e253f375 Mon Sep 17 00:00:00 2001 From: Nathaniel Cook Date: Tue, 14 Jan 2025 11:14:44 -0700 Subject: [PATCH] feat: update to rust 1.83 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac9502f..1c5af92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # and verification, we can list the rust container as a prior build stage, and # then pull in the artifacts we need. There is an added benefit that tagged versions # also include minor releases, so 1.2 includes 1.2.1 and so on, for bugfix releases. -FROM rust:1.80-slim-bookworm as RUSTBUILD +FROM rust:1.83-slim-bookworm as RUSTBUILD FROM debian:bookworm-slim