We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e150c commit 426a4d0Copy full SHA for 426a4d0
1 file changed
CodeTrans/ui/docker/Dockerfile.openEuler
@@ -1,8 +1,8 @@
1
# Copyright (C) 2025 Huawei Technologies Co., Ltd.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-# Use node 20.11.1 as the base image
5
-FROM openeuler/node:20.11.1-oe2403lts
+# Use node 20.19.0 as the base image (required for chokidar@5.0.0 compatibility)
+FROM openeuler/node:20.19.0-oe2403lts
6
7
# Update package manager and install Git
8
RUN yum update -y && \
0 commit comments