From a491b156252608fee95391522da805cdb83319b5 Mon Sep 17 00:00:00 2001 From: liaquatali000 <49384878+liaquatali000@users.noreply.github.com> Date: Fri, 10 May 2024 21:13:59 +0500 Subject: [PATCH] Update Dockerfile-web-ui-dev --- src/Managing.WebApp/Dockerfile-web-ui-dev | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Managing.WebApp/Dockerfile-web-ui-dev b/src/Managing.WebApp/Dockerfile-web-ui-dev index 45a8402..34c33a3 100644 --- a/src/Managing.WebApp/Dockerfile-web-ui-dev +++ b/src/Managing.WebApp/Dockerfile-web-ui-dev @@ -1,6 +1,6 @@ # Set base image for the builder stage -ARG NODE_VERSION=18.17.0 -ARG ALPINE_VERSION=3.19.0 +FROM --platform=linux/arm64/v8 node:18.17.0 + # Set the working directory in the container WORKDIR /app