Skip to content

Commit

Permalink
Update base image to node:18.18.2-buster-slim
Browse files Browse the repository at this point in the history
Add dependency on @octokit/rest to satisfy build requirements.
  • Loading branch information
AllanGuigou committed Nov 28, 2023
1 parent 1dbfe1b commit c23c7ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.4.0-buster-slim
FROM node:18.18.2-buster-slim

COPY . .

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"@actions/exec": "file:toolkit/actions-exec-1.1.1.tgz",
"@actions/github": "file:toolkit/actions-github-5.1.1.tgz",
"@actions/io": "file:toolkit/actions-io-1.1.2.tgz",
"@actions/tool-cache": "file:toolkit/actions-tool-cache-2.0.1.tgz"
"@actions/tool-cache": "file:toolkit/actions-tool-cache-2.0.1.tgz",
"@octokit/rest": "file:toolkit/octokit-rest.js-20.0.2.tgz"
},
"devDependencies": {
"@types/jest": "^24.0.13",
Expand Down
Binary file added toolkit/octokit-rest.js-20.0.2.tgz
Binary file not shown.

0 comments on commit c23c7ec

Please sign in to comment.