From 75808f39647eb1b91dc7b029edb69723ed8fc0c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphael=20G=C3=B6tz?= <52959657+raphael-goetz@users.noreply.github.com> Date: Sun, 31 May 2026 09:44:05 +0200 Subject: [PATCH] deps: updated rust to version 1.96 --- container/rust/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/rust/Dockerfile b/container/rust/Dockerfile index c45f9437..5c78bbfa 100644 --- a/container/rust/Dockerfile +++ b/container/rust/Dockerfile @@ -2,7 +2,7 @@ ARG RETICULUM_IMAGE_TAG=local FROM ghcr.io/code0-tech/reticulum/ci-builds/mise:$RETICULUM_IMAGE_TAG -ARG RUST_VERSION=1.89 +ARG RUST_VERSION=1.96 LABEL org.opencontainers.image.version=$RUST_VERSION RUN apk add build-base