We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ec62a commit a6c0198Copy full SHA for a6c0198
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:20.10.0-alpine
+FROM node:20.17.0-alpine3.20
2
3
RUN apk update && apk upgrade && apk add --no-cache bash mc
4
RUN mkdir -p /debugger
@@ -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;
24
25
EXPOSE 80
26
27
+USER node:node
28
+
29
ENTRYPOINT []
30
31
# run application
32
CMD ["node", "/debugger/src/app.js"]
package.json
@@ -1,6 +1,6 @@
{
"name": "cf-debugger",
- "version": "1.3.5",
+ "version": "1.3.6",
"main": "index.js",
5
"license": "MIT",
6
"resolutions": {
@@ -11,6 +11,6 @@
11
"node-pty": "^1.0.0"
12
},
13
"engines": {
14
- "node": "20.10.0"
+ "node": "20.17.0"
15
}
16
0 commit comments