use rust:1.88-slim for building Docker image

This commit is contained in:
GyulyVGC
2025-06-27 22:53:35 +02:00
parent 4f3b55d1f7
commit cb57581072

View File

@@ -1,4 +1,4 @@
FROM rust:latest-slim AS builder
FROM rust:1.88-slim AS builder
# Install build dependencies for both X11 and Wayland
RUN apt-get update && apt-get install -y \