chore(deps): update rust docker tag to v1.94 #236

Merged
renovate merged 1 commits from renovate/rust-1.x into prod 2026-03-05 23:05:04 +00:00

View File

@@ -1,4 +1,4 @@
FROM rust:1.93@sha256:ecbe59a8408895edd02d9ef422504b8501dd9fa1526de27a45b73406d734d659 AS builder
FROM rust:1.94@sha256:0e6da0c8f06f25e9591f21c0f741cd4ff1086e271c3330f29f6e4e95869c7843 AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .