Skip to content

Commit 4d68c69

Browse files
Update UI base images for PolyLingua, GraphRAG and HybridRAG (#2397)
Signed-off-by: ZePan110 <ze.pan@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e0b8ec3 commit 4d68c69

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

GraphRAG/ui/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Copyright (C) 2024 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4-
# Use node 20.11.1 as the base image
5-
FROM node:20.11.1
4+
# Use node 22 as the base image
5+
FROM node:22
66

77
# Update package manager and install Git
88
RUN apt-get update -y && apt-get install -y git --no-install-recommends --fix-missing

HybridRAG/ui/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Copyright (C) 2024 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4-
# Use node 20.11.1 as the base image
5-
FROM node:20.11.1
4+
# Use node 22 as the base image
5+
FROM node:22
66

77
# Update package manager and install Git
88
RUN apt-get update -y && apt-get install -y git

PolyLingua/ui/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (C) 2024
22
# SPDX-License-Identifier: Apache-2.0
33

4-
FROM node:18-alpine AS base
4+
FROM node:20-alpine AS base
55

66
# Install dependencies
77
FROM base AS deps

0 commit comments

Comments
 (0)