Skip to content

Commit 64fc247

Browse files
committed
chore(deps): update node.js to v18.20.8
1 parent f90aa77 commit 64fc247

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

packages/canary-bot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Use the official lightweight Node.js 14 image.
1818
# https://hub.docker.com/_/node
19-
FROM node:18.20.5-slim AS BUILD
19+
FROM node:18.20.8-slim AS BUILD
2020

2121
# Create and change to the app directory.
2222
WORKDIR /usr/src/app

packages/conventional-commit-lint/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
# 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
2020

2121
# Upgrade all Debian packages for security.
2222
RUN apt-get update && apt-get upgrade -y && apt-get clean && rm -rf /var/lib/apt/lists/*
@@ -38,7 +38,7 @@ COPY . ./
3838
RUN npm run compile
3939

4040

41-
FROM node:18.20.6-slim
41+
FROM node:18.20.8-slim
4242

4343
# Upgrade all Debian packages for security.
4444
RUN apt-get update && apt-get upgrade -y && apt-get clean && rm -rf /var/lib/apt/lists/*

packages/generate-bot/templates/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Use the official lightweight Node.js 14 image.
1818
# https://hub.docker.com/_/node
19-
FROM node:18.20.5-slim AS BUILD
19+
FROM node:18.20.8-slim AS BUILD
2020

2121
# Create and change to the app directory.
2222
WORKDIR /usr/src/app
@@ -34,7 +34,7 @@ COPY . ./
3434

3535
RUN npm run compile
3636

37-
FROM node:18.20.5-slim
37+
FROM node:18.20.8-slim
3838

3939
# Remove unnecessary cross-spawn from npm to resolve CVE-2024-21538
4040
RUN rm -r /usr/local/lib/node_modules/npm/node_modules/cross-spawn/

packages/loadtest-bot/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Use the official lightweight Node.js 14 image.
1818
# https://hub.docker.com/_/node
19-
FROM node:18.20.5-slim AS BUILD
19+
FROM node:18.20.8-slim AS BUILD
2020

2121
# Create and change to the app directory.
2222
WORKDIR /usr/src/app
@@ -34,7 +34,7 @@ COPY . ./
3434

3535
RUN npm run compile
3636

37-
FROM node:18.20.5-slim
37+
FROM node:18.20.8-slim
3838

3939
# Remove unnecessary cross-spawn from npm to resolve CVE-2024-21538
4040
RUN rm -r /usr/local/lib/node_modules/npm/node_modules/cross-spawn/

packages/owlbot-bootstrapper/common-container/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Use the official lightweight Node.js 14 image.
1818
# https://hub.docker.com/_/node
19-
FROM node:18.20.5-slim AS BUILD
19+
FROM node:18.20.8-slim AS BUILD
2020

2121
# Create and change to the app directory.
2222
WORKDIR /usr/cli
@@ -34,7 +34,7 @@ COPY . ./
3434

3535
RUN npm run compile
3636

37-
FROM node:18.20.5-slim
37+
FROM node:18.20.8-slim
3838

3939
# Remove unnecessary cross-spawn from npm to resolve CVE-2024-21538
4040
RUN rm -r /usr/local/lib/node_modules/npm/node_modules/cross-spawn/

0 commit comments

Comments
 (0)