Skip to content

Commit

Permalink
chore(CR-25152): updated node.js version (#21)
Browse files Browse the repository at this point in the history
* updated node.js version
  • Loading branch information
vitalii-codefresh authored Sep 27, 2024
1 parent 06ec62a commit a6c0198
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.10.0-alpine
FROM node:20.17.0-alpine3.20

RUN apk update && apk upgrade && apk add --no-cache bash mc
RUN mkdir -p /debugger
Expand All @@ -24,6 +24,9 @@ ENV LS_COLORS='rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;

EXPOSE 80

USER node:node

ENTRYPOINT []

# run application
CMD ["node", "/debugger/src/app.js"]
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cf-debugger",
"version": "1.3.5",
"version": "1.3.6",
"main": "index.js",
"license": "MIT",
"resolutions": {
Expand All @@ -11,6 +11,6 @@
"node-pty": "^1.0.0"
},
"engines": {
"node": "20.10.0"
"node": "20.17.0"
}
}

0 comments on commit a6c0198

Please sign in to comment.