We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b126e commit 2d5ae6bCopy full SHA for 2d5ae6b
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 latest as the base image (required for chokidar@5.0.0 compatibility)
5
-FROM openeuler/node:latest
+# Use node 20.11.1 as the base image
+FROM openeuler/node:20.11.1-oe2403lts
6
7
# Update package manager and install Git
8
RUN yum update -y && \
0 commit comments