changed rust version

This commit is contained in:
2025-08-21 10:56:15 +02:00
parent 9c54b96eb7
commit 0853381e9f

View File

@@ -1,5 +1,5 @@
# Build stage for Linux
from rust:latest as linux-builder
from rust:1-bookworm as linux-builder
# Install dependencies
run apt-get update && \