chore: upgrade Dockerfiles to Rust 1.94
Some checks failed
CI / Security Audit (push) Successful in 1m48s
CI / Tests (push) Successful in 5m30s
CI / Detect Changes (push) Successful in 8s
CI / Deploy Agent (push) Successful in 2s
CI / Deploy Dashboard (push) Successful in 2s
CI / Deploy Docs (push) Has been skipped
CI / Deploy MCP (push) Failing after 3s
CI / Format (push) Successful in 4s
CI / Clippy (push) Successful in 4m42s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sharang Parnerkar
2026-03-11 13:15:47 +01:00
parent 491665559f
commit 689daa0f49
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM rust:1.89-bookworm AS builder
FROM rust:1.94-bookworm AS builder
WORKDIR /app
COPY . .

View File

@@ -1,4 +1,4 @@
FROM rust:1.89-bookworm AS builder
FROM rust:1.94-bookworm AS builder
RUN cargo install dioxus-cli --version 0.7.3

View File

@@ -1,4 +1,4 @@
FROM rust:1.89-bookworm AS builder
FROM rust:1.94-bookworm AS builder
WORKDIR /app
COPY . .