bump rust version

This commit is contained in:
Graham McIntire 2026-02-02 17:14:28 -06:00
parent 89a53eb07a
commit d24c712ed8
No known key found for this signature in database

View file

@ -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