Skip to content

Commit

Permalink
CR-18679-vuln (#14)
Browse files Browse the repository at this point in the history
* bump node vesrion

* bump node vesrion

* bump
  • Loading branch information
denis-codefresh authored May 19, 2023
1 parent 6f16bca commit 17f81b3
Show file tree
Hide file tree
Showing 2 changed files with 2 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.21.1-alpine
FROM node:14.21.3-alpine

RUN apk update && apk upgrade && apk add --no-cache bash mc
RUN mkdir -p /debugger
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cf-debugger",
"version": "1.3.1",
"version": "1.3.2",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 17f81b3

Please sign in to comment.