chore(deps): update rust docker tag to v1.89 #122

Merged
renovate merged 1 commits from renovate/rust-1.x into prod 2025-08-08 22:15:44 +00:00

View File

@@ -1,4 +1,4 @@
FROM rust:1.88@sha256:af306cfa71d987911a781c37b59d7d67d934f49684058f96cf72079c3626bfe0 AS builder FROM rust:1.89@sha256:c50cd6e20c46b0b36730b5eb27289744e4bb8f32abc90d8c64ca09decf4f55ba AS builder
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN cargo install --path . RUN cargo install --path .