Update rust #1

Merged
phoenix merged 16 commits from update_rust into main 2026-05-22 11:21:58 -04:00
Showing only changes of commit 934dc668c4 - Show all commits
+1 -1
View File
@@ -42,7 +42,7 @@ RUN --mount=type=ssh \
# Stage 2: Create the final, smaller runtime image
# Use a minimal base image like debian-slim or even distroless for security/size
FROM ubuntu:24.04
FROM debian:trixie-slim
# Install runtime dependencies if needed (e.g., SSL certificates)
RUN apt-get update && apt-get install -y ca-certificates libssl-dev libssl3 && rm -rf /var/lib/apt/lists/*