fix: 🐛 fix: use rust:slim instead of rust:1.85-slim
Build & Deploy / build-deploy (push) Has been cancelled

This commit is contained in:
Julien Denizot
2026-04-13 18:54:11 +02:00
parent 99c018921a
commit fbc99af918
+1 -1
View File
@@ -1,5 +1,5 @@
# Build natif ARM64
FROM rust:1.85-slim AS builder
FROM rust:slim AS builder
RUN apt-get update && apt-get install -y \
pkg-config libssl-dev curl git nodejs npm \