fix: update node version to 20 in frontend Dockerfile
Some checks are pending
Deploy Código 0 / deploy (push) Waiting to run

This commit is contained in:
Javier 2026-03-25 10:55:48 +01:00
parent 2f6cbbc9ea
commit 4737c896c3

View file

@ -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