chore(deps): bump rust in the docker-minor-patch group (#637)

Bumps the docker-minor-patch group with 1 update: rust.


Updates `rust` from 1.92-slim to 1.93-slim

---
updated-dependencies:
- dependency-name: rust
  dependency-version: 1.93-slim
  dependency-type: direct:production
  dependency-group: docker-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-02-17 16:48:48 -05:00 committed by GitHub
parent 95c3331bd5
commit 48fdc1c113
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.7
# ── Stage 1: Build ────────────────────────────────────────────
FROM rust:1.92-slim@sha256:bf3368a992915f128293ac76917ab6e561e4dda883273c8f5c9f6f8ea37a378e AS builder
FROM rust:1.93-slim@sha256:9663b80a1621253d30b146454f903de48f0af925c967be48c84745537cd35d8b AS builder
WORKDIR /app