Skip to content

Commit 13ef224

Browse files
committed
chore(deps): update node.js to v18.20.8
1 parent efa6db7 commit 13ef224

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
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
# 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/flakybot/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/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/header-checker-lint/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/label-sync/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/merge-on-green/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/

packages/release-trigger/Dockerfile

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

1515
# Use a multi-stage docker build to limit production dependencies.
1616

17-
FROM node:18.20.5-bullseye-slim AS BASE
17+
FROM node:18.20.8-bullseye-slim AS BASE
1818

1919
# Install pyenv dependencies
2020
RUN apt-get update && \

0 commit comments

Comments
 (0)