Skip to content

Commit 25737d7

Browse files
committed
chore(deps): update node.js to v18.20.8
1 parent 3f2f790 commit 25737d7

File tree

23 files changed

+43
-43
lines changed

23 files changed

+43
-43
lines changed

packages/auto-label/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/blunderbuss/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/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/cherry-pick-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/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/do-not-merge/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/failurechecker/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/generated-files-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/

0 commit comments

Comments
 (0)