Skip to content

Commit b4e150c

Browse files
committed
Fix CodeTrans UI build issue
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 2f0c53c commit b4e150c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CodeTrans/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 20.19.0 as the base image (required for chokidar@5.0.0 compatibility)
5+
FROM node:20.19.0
66

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

0 commit comments

Comments
 (0)