update Dockerfile to use Node.js 20-slim as the base image
Some checks failed
Master Build / Build and Push Docker Image (amd64 and arm64) (push) Failing after 2m10s
Master Build / Deploy Local (Demo) (push) Has been skipped
Master Build / Deploy Live (push) Has been skipped

This commit is contained in:
José Henrique 2025-03-14 19:32:58 -03:00
parent 9f859335ad
commit 40e9f51884

View File

@ -1,4 +1,4 @@
FROM node:23-slim AS build
FROM node:20-slim AS build
WORKDIR /app