We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5ae6b commit 7faba92Copy full SHA for 7faba92
2 files changed
DocSum/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.11.1 as the base image
5
-FROM node:20.11.1
+# Use node 20.19.0 as the base image (required for chokidar@5.0.0 compatibility)
+FROM node:20.19.0
6
7
# Update package manager and install Git
8
RUN apt-get update -y && apt-get install -y git
Translation/ui/docker/Dockerfile
0 commit comments