File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
owlbot-bootstrapper/common-container Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 16
16
17
17
# Use the official lightweight Node.js 14 image.
18
18
# https://hub.docker.com/_/node
19
- FROM node:18.20.5 -slim AS BUILD
19
+ FROM node:18.20.8 -slim AS BUILD
20
20
21
21
# Create and change to the app directory.
22
22
WORKDIR /usr/src/app
Original file line number Diff line number Diff line change 16
16
17
17
18
18
# Use the latest Node.js 18 slim image with patched Debian base.
19
- FROM node:18.20.6 -slim AS BUILD
19
+ FROM node:18.20.8 -slim AS BUILD
20
20
21
21
# Upgrade all Debian packages for security.
22
22
RUN apt-get update && apt-get upgrade -y && apt-get clean && rm -rf /var/lib/apt/lists/*
@@ -38,7 +38,7 @@ COPY . ./
38
38
RUN npm run compile
39
39
40
40
41
- FROM node:18.20.6 -slim
41
+ FROM node:18.20.8 -slim
42
42
43
43
# Upgrade all Debian packages for security.
44
44
RUN apt-get update && apt-get upgrade -y && apt-get clean && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 16
16
17
17
# Use the official lightweight Node.js 14 image.
18
18
# https://hub.docker.com/_/node
19
- FROM node:18.20.5 -slim AS BUILD
19
+ FROM node:18.20.8 -slim AS BUILD
20
20
21
21
# Create and change to the app directory.
22
22
WORKDIR /usr/src/app
@@ -34,7 +34,7 @@ COPY . ./
34
34
35
35
RUN npm run compile
36
36
37
- FROM node:18.20.5 -slim
37
+ FROM node:18.20.8 -slim
38
38
39
39
# Remove unnecessary cross-spawn from npm to resolve CVE-2024-21538
40
40
RUN rm -r /usr/local/lib/node_modules/npm/node_modules/cross-spawn/
Original file line number Diff line number Diff line change 16
16
17
17
# Use the official lightweight Node.js 14 image.
18
18
# https://hub.docker.com/_/node
19
- FROM node:18.20.5 -slim AS BUILD
19
+ FROM node:18.20.8 -slim AS BUILD
20
20
21
21
# Create and change to the app directory.
22
22
WORKDIR /usr/src/app
@@ -34,7 +34,7 @@ COPY . ./
34
34
35
35
RUN npm run compile
36
36
37
- FROM node:18.20.5 -slim
37
+ FROM node:18.20.8 -slim
38
38
39
39
# Remove unnecessary cross-spawn from npm to resolve CVE-2024-21538
40
40
RUN rm -r /usr/local/lib/node_modules/npm/node_modules/cross-spawn/
Original file line number Diff line number Diff line change 16
16
17
17
# Use the official lightweight Node.js 14 image.
18
18
# https://hub.docker.com/_/node
19
- FROM node:18.20.5 -slim AS BUILD
19
+ FROM node:18.20.8 -slim AS BUILD
20
20
21
21
# Create and change to the app directory.
22
22
WORKDIR /usr/cli
@@ -34,7 +34,7 @@ COPY . ./
34
34
35
35
RUN npm run compile
36
36
37
- FROM node:18.20.5 -slim
37
+ FROM node:18.20.8 -slim
38
38
39
39
# Remove unnecessary cross-spawn from npm to resolve CVE-2024-21538
40
40
RUN rm -r /usr/local/lib/node_modules/npm/node_modules/cross-spawn/
You can’t perform that action at this time.
0 commit comments