diff --git a/Translation/ui/docker/Dockerfile b/Translation/ui/docker/Dockerfile index 3a6ca7f7c9..b11a795528 100644 --- a/Translation/ui/docker/Dockerfile +++ b/Translation/ui/docker/Dockerfile @@ -1,8 +1,8 @@ # Copyright (C) 2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 -# Use node 20.19.0 as the base image (required for chokidar@5.0.0 compatibility) -FROM node:20.19.0 +# Use node 22 as the base image (required for chokidar@5.0.0 compatibility) +FROM node:22 # Update package manager and install Git RUN apt-get update -y && apt-get install -y git diff --git a/VisualQnA/ui/docker/Dockerfile b/VisualQnA/ui/docker/Dockerfile index 1d5115f4b5..8c3e4f8f51 100644 --- a/VisualQnA/ui/docker/Dockerfile +++ b/VisualQnA/ui/docker/Dockerfile @@ -1,8 +1,8 @@ # Copyright (C) 2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 -# Use node 20.11.1 as the base image -FROM node:20.11.1 +# Use node 22 as the base image +FROM node:22 # Update package manager and install Git RUN apt-get update -y && apt-get install -y git