Skip to content

Commit 7befe87

Browse files
Update UI base images for Translation and VisualQnA (#2398)
Signed-off-by: ZePan110 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4d68c69 commit 7befe87

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Translation/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 [email protected] compatibility)
5-
FROM node:20.19.0
4+
# Use node 22 as the base image (required for [email protected] compatibility)
5+
FROM node:22
66

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

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

0 commit comments

Comments
 (0)