Skip to content

Commit

Permalink
feat: use alpine version to reduce vulnerabilities in image (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
anandg112 authored Mar 26, 2021
1 parent 776ee70 commit 7ded4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nikolaik/python-nodejs:python3.9-nodejs14-slim
FROM nikolaik/python-nodejs:python3.9-nodejs14-alpine

LABEL version="1.0.0"
LABEL repository="https://github.com/serverless/github-action"
Expand Down

0 comments on commit 7ded4cd

Please sign in to comment.