Skip to content

Commit

Permalink
fix: cli/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 1, 2023
1 parent 20e4316 commit 94e6ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# To turn `swagger.yml` file in the current directory, to html documentation 'redoc-static.html'
# $ docker run --rm -it -v $PWD:/data redoc-cli bundle swagger.yml

FROM node:alpine
FROM node:21.2-alpine3.18

RUN npm install -g redoc-cli

Expand Down

0 comments on commit 94e6ace

Please sign in to comment.