diff --git a/frontend/Dockerfile b/frontend/Dockerfile index d004410d..ab2a6669 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,5 +1,5 @@ # Etapa 1: Construcción del frontend -FROM node:18-alpine AS build-stage +FROM node:20-alpine AS build-stage WORKDIR /app