fix: update node version to 20 in frontend Dockerfile
Some checks are pending
Deploy Código 0 / deploy (push) Waiting to run
Some checks are pending
Deploy Código 0 / deploy (push) Waiting to run
This commit is contained in:
parent
2f6cbbc9ea
commit
4737c896c3
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue