From d24c712ed872088ea9a699d7d419ae7f2fe34eb3 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 2 Feb 2026 17:14:28 -0600 Subject: [PATCH] bump rust version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 806671b..5fc0ccc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.4 # Build stage -FROM rust:1.83-alpine AS builder +FROM rust:1.85-alpine AS builder # Build arguments provided by Docker buildx ARG TARGETPLATFORM