We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b7ef4 commit 9e819abCopy full SHA for 9e819ab
1 file changed
AudioQnA/ui/docker/Dockerfile
@@ -2,7 +2,7 @@
2
# SPDX-License-Identifier: Apache-2.0
3
4
# Use node 20.11.1 as the base image
5
-FROM node:20.11.1
+FROM node:22
6
7
# Update package manager and install Git
8
RUN apt-get update -y && apt-get install -y git
0 commit comments