Skip to content

Commit fb1c5de

Browse files
committed
perf: improve action download 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
1 parent f114310 commit fb1c5de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM node:10
1+
FROM node:12-alpine3.9
2+
3+
RUN apk --no-cache add git
24

35
COPY package*.json /
46

0 commit comments

Comments
 (0)