We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d68c69 commit 7befe87Copy full SHA for 7befe87
2 files changed
Translation/ui/docker/Dockerfile
@@ -1,8 +1,8 @@
1
# Copyright (C) 2024 Intel Corporation
2
# SPDX-License-Identifier: Apache-2.0
3
4
-# Use node 20.19.0 as the base image (required for chokidar@5.0.0 compatibility)
5
-FROM node:20.19.0
+# Use node 22 as the base image (required for chokidar@5.0.0 compatibility)
+FROM node:22
6
7
# Update package manager and install Git
8
RUN apt-get update -y && apt-get install -y git
VisualQnA/ui/docker/Dockerfile
-# Use node 20.11.1 as the base image
-FROM node:20.11.1
+# Use node 22 as the base image
0 commit comments