+1
-1
Cargo.toml
+1
-1
Cargo.toml
+1
-1
Dockerfile
+1
-1
Dockerfile
···
2
2
# Builds and installs all 13 binaries from the workspace
3
3
4
4
# Build stage - use 1.89 to support resolver = "3" and edition = "2024"
5
-
FROM rust:1.89-slim AS builder
5
+
FROM rust:1.90-slim-bookworm AS builder
6
6
7
7
# Install system dependencies needed for building
8
8
RUN apt-get update && apt-get install -y \