dambiando la version de node del docker de la UI
Some checks failed
build-and-deploy / filter (push) Successful in 2s
Sync to GitHub / sync (push) Failing after 1s
build-and-deploy / build (push) Failing after 25s
build-and-deploy / deploy (push) Has been skipped

This commit is contained in:
2025-05-30 16:12:14 -06:00
parent 031d5c8344
commit 423ca1d94f

View File

@@ -1,5 +1,5 @@
# planilla/ui/Dockerfile
FROM node:18-alpine AS build
FROM node:22-slim AS build
WORKDIR /app
COPY package*.json ./
RUN npm install