Skip to content

Commit bfd8bd0

Browse files
Athira SreekumarAthira Sreekumar
authored andcommitted
fix: Updated Node packages to fix CVEs
Resolves: #368 Signed-off-by: athira1693 [email protected]
1 parent b1bbabd commit bfd8bd0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/actions/bundle/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM node:slim
1+
FROM node:12-slim
22

33
COPY index.js .
44
COPY package.json .
55
COPY package-lock.json .
66

77
RUN npm install
88

9-
ENTRYPOINT ["node", "/index.js"];
9+
ENTRYPOINT ["node", "/index.js"]

.github/actions/commenter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:slim
1+
FROM node:12-slim
22

33
COPY index.js .
44
COPY package.json .

.github/actions/coverage-report/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:slim
1+
FROM node:12-slim
22

33
COPY index.js .
44
COPY package.json .

0 commit comments

Comments
 (0)