We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f0c53c commit b4e150cCopy full SHA for b4e150c
1 file changed
CodeTrans/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
0 commit comments