Update backend Dockerfile to use rust base image that aligns with test stage
Some checks failed
Some checks failed
This commit is contained in:
parent
ff4fd327d1
commit
1eb4b61092
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# Multi-stage build for Rust backend
|
# Multi-stage build for Rust backend
|
||||||
FROM rust:1.75-slim as builder
|
FROM docker.io/rust:1.89-slim as builder
|
||||||
|
|
||||||
# Install build dependencies
|
# Install build dependencies
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue