Bump rust from 1.83 to 1.85 in /backend #6

Merged
dependabot[bot] merged 1 commit from dependabot/docker/backend/rust-1.85 into main 2025-03-29 11:03:53 +00:00
Showing only changes of commit f3fb827b81 - Show all commits

Bump rust from 1.83 to 1.85 in /backend

Bumps rust from 1.83 to 1.85.

---
updated-dependencies:
- dependency-name: rust
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2025-03-29 10:26:12 +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.83 AS builder
FROM rust:1.85 AS builder
WORKDIR /usr/src/backend