From f4f69f8e98fc1a15d467af6082ef14f36d0c05f1 Mon Sep 17 00:00:00 2001 From: Matheus Nogueira Date: Mon, 26 Aug 2024 18:45:10 -0300 Subject: [PATCH] apply the same fix to the app container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5d0fa0..091c3e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ COPY ./api ./ RUN npm run build # app -FROM node:alpine as app +FROM node:20-alpine as app WORKDIR /app COPY ./api/package.json ./api/package-lock.json ./