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 6f16bca commit 17f81b3Copy full SHA for 17f81b3
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:14.21.1-alpine
+FROM node:14.21.3-alpine
2
3
RUN apk update && apk upgrade && apk add --no-cache bash mc
4
RUN mkdir -p /debugger
package.json
@@ -1,6 +1,6 @@
{
"name": "cf-debugger",
- "version": "1.3.1",
+ "version": "1.3.2",
"main": "index.js",
5
"license": "MIT",
6
"dependencies": {
0 commit comments