Update rust #250

Merged
kdeng00 merged 16 commits from update_rust into main 2026-05-22 11:29:38 -04:00
Showing only changes of commit e995a8ffef - Show all commits
+1 -1
View File
@@ -45,7 +45,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/*