Bump rust from 1.90-slim-trixie to 1.91-slim-trixie in /sync-server #156

Merged
dependabot[bot] merged 1 commit from dependabot/docker/sync-server/rust-1.91-slim-trixie into main 2025-11-02 17:52:18 +00:00
Showing only changes of commit c3207108a5 - Show all commits

Bump rust from 1.90-slim-trixie to 1.91-slim-trixie in /sync-server

Bumps rust from 1.90-slim-trixie to 1.91-slim-trixie.

---
updated-dependencies:
- dependency-name: rust
  dependency-version: 1.91-slim-trixie
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2025-10-31 05:30:02 +00:00 committed by GitHub
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM rust:1.90-slim-trixie AS builder FROM rust:1.91-slim-trixie AS builder
WORKDIR /usr/src/backend WORKDIR /usr/src/backend