Use node 22 slim for frontend npm network compatibility

This commit is contained in:
2026-03-02 15:00:02 -03:00
parent c47fc48533
commit 8dded6383e
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM node:22-alpine
FROM node:22-slim
ARG NPM_REGISTRY=https://registry.npmjs.org/
ARG NPM_FETCH_RETRIES=5