Skip to content

Commit 2796c44

Browse files
committed
Update UI base images for CodeGen and CodeTrans
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 68b7ef4 commit 2796c44

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CodeGen/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

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.19.0 as the base image (required for chokidar@5.0.0 compatibility)
5-
FROM node:20.19.0
4+
# Use node 22 as the base image (required for chokidar@5.0.0 compatibility)
5+
FROM node:22
66

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

0 commit comments

Comments
 (0)