update base image in Dockerfile to node:9.8-slim
Some checks failed
Master Build / Build and Push Docker Image (amd64) (push) Failing after 57s
Master Build / Update running container (push) Has been skipped

This commit is contained in:
José Henrique 2025-01-22 22:07:47 -03:00
parent 6df6f14188
commit b21b165723

View File

@ -1,4 +1,4 @@
FROM node:14 AS build
FROM node:9.8-slim AS build
WORKDIR /app