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