feat(bonsai): invalidation sélective du cache via CACHEBUST

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-15 06:52:10 +02:00
parent e19aeadc63
commit bba8216cea
4 changed files with 10 additions and 2 deletions
+1
View File
@@ -2,6 +2,7 @@
FROM node:22-alpine AS builder
RUN apk add --no-cache git openssh
ARG CACHEBUST
RUN --mount=type=secret,id=ssh_key \
--mount=type=cache,target=/root/.npm \
mkdir -p /root/.ssh && \