chore: update rust in Dockerfile

This commit is contained in:
James Browning
2025-05-13 20:29:55 +01:00
parent 1be8bf5e9e
commit ebbb8de488

View File

@@ -1,7 +1,7 @@
# ========================
# Build Stage
# ========================
FROM rust:1.82.0-alpine3.20 AS builder
FROM rust:1.86.0-alpine3.20 AS builder
# Build platform argument (x86_64 or aarch64) (default: x86_64)
ARG TARGETARCH=x86_64