From 75e78cd581f8096033138e502da224a81261f8e6 Mon Sep 17 00:00:00 2001 From: Anand Gautam Date: Fri, 26 Mar 2021 04:12:31 -0400 Subject: [PATCH] feat: use alpine version to reduce vulnerabilities in image (#51) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 903fd72..9ceb5f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"