From 6122354b3f08da900184d1607d3033f41c7d6b6f Mon Sep 17 00:00:00 2001 From: "multirepo-manager[bot]" <120337333+multirepo-manager[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 22:25:03 +0000 Subject: [PATCH] sync: synced local 'Dockerfile' with remote './infrastructure/env/Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4105eac..5ac1332 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY yarn.lock ./ RUN yarn install --prod --network-concurrency 1 # Stage 2: Final image with code and installed dependencies -FROM node:18 AS final +FROM node:18-alpine AS final WORKDIR /app