use rust:latest to build Docker image

This commit is contained in:
GyulyVGC
2025-06-27 21:32:17 +02:00
parent 069a7bd314
commit d463a71ce9

View File

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