From d0b8181fa4aff97a9369f2df5c1672d4afbc1e0a Mon Sep 17 00:00:00 2001 From: Wagner Santos Date: Fri, 3 Jul 2020 15:47:30 -0300 Subject: [PATCH] perf: improve action pull speed by using an alpine image The action's image is now based on alpine, which reduced drastically it's size. The previous compressed size was ~352 MB, now it's only ~56 MB. Resolves #37 --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 939dea3..570dc9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ -FROM node:10 +FROM node:12-alpine3.9 + +RUN apk --no-cache add git COPY package*.json /