Bump rust from 1.85 to 1.86 in /backend #22

Merged
dependabot[bot] merged 1 commit from dependabot/docker/backend/rust-1.86 into main 2025-04-04 21:52:20 +01:00
Showing only changes of commit ea28ebc995 - Show all commits

Bump rust from 1.85 to 1.86 in /backend

Bumps rust from 1.85 to 1.86.

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2025-04-04 06:08:33 +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.85 AS builder FROM rust:1.86 AS builder
WORKDIR /usr/src/backend WORKDIR /usr/src/backend