Skip to content

Commit 4d742c7

Browse files
committed
Update
Signed-off-by: ZePan110 <[email protected]>
1 parent 426a4d0 commit 4d742c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CodeTrans/ui/docker/Dockerfile.openEuler

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Copyright (C) 2025 Huawei Technologies Co., Ltd.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
# Use node 20.19.0 as the base image (required for [email protected] compatibility)
5-
FROM openeuler/node:20.19.0-oe2403lts
4+
# Use node 20.18.2 as the base image (required for [email protected] compatibility)
5+
FROM openeuler/node:20.18.2-oe2403sp1
66

77
# Update package manager and install Git
88
RUN yum update -y && \

0 commit comments

Comments
 (0)