feat: 🐛 ajust builder image version
Build & Deploy / build-deploy (push) Failing after 1m48s

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