Skip to content

Commit

Permalink
Fixed CVE issue with docker-cli-js v2.5.2 ==> v2.5.3 & removed packag…
Browse files Browse the repository at this point in the history
…e-lock.json
  • Loading branch information
freaker2k7 committed Aug 1, 2019
1 parent c91fb38 commit 6c0aec1
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 1,375 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
package-lock.json
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [1.8.9] - 01/08/2019
Fixed CVE issue with docker-cli-js v2.5.2 ==> v2.5.3 & removed package-lock.json

## [1.8.8] - 30/07/2019
Fixed volumes option (because of deprecated context var)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:12

RUN curl -L https://get.docker.com | sh -
RUN npm i -g docker-server@1.8.8
RUN npm i -g docker-server@1.8.9

CMD ["docker-server"]
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,8 @@ And/or

## Changelog

1.8.9 - Fixed CVE issue with docker-cli-js v2.5.2 ==> v2.5.3 & removed package-lock.json

1.8.8 - Fixed volumes option (because of deprecated context var).

1.8.5 - Added **docker pull** option as a HEAD request && **S3 support** for fully distributed clusters.
Expand Down
Loading

0 comments on commit 6c0aec1

Please sign in to comment.