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