chore: update Dockerfile rust to 1.89.0

This commit is contained in:
2025-09-12 20:53:24 -05:00
parent b2b4bb67f0
commit 39688f800f

View File

@@ -1,5 +1,5 @@
# Build Stage
ARG RUST_VERSION=1.86.0
ARG RUST_VERSION=1.89.0
FROM rust:${RUST_VERSION}-bookworm AS builder
# Install build dependencies