File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Copyright (C) 2024 Intel Corporation
22# SPDX-License-Identifier: Apache-2.0
33
4- # Use node 20.11.1 as the base image
5- FROM node:20.11.1
4+ # Use node 22 as the base image
5+ FROM node:22
66
77# Update package manager and install Git
88RUN apt-get update -y && apt-get install -y git --no-install-recommends --fix-missing
Original file line number Diff line number Diff line change 11# Copyright (C) 2024 Intel Corporation
22# SPDX-License-Identifier: Apache-2.0
33
4- # Use node 20.11.1 as the base image
5- FROM node:20.11.1
4+ # Use node 22 as the base image
5+ FROM node:22
66
77# Update package manager and install Git
88RUN apt-get update -y && apt-get install -y git
Original file line number Diff line number Diff line change 11# Copyright (C) 2024
22# SPDX-License-Identifier: Apache-2.0
33
4- FROM node:18 -alpine AS base
4+ FROM node:20 -alpine AS base
55
66# Install dependencies
77FROM base AS deps
You can’t perform that action at this time.
0 commit comments