Skip to content

Commit

Permalink
feat: reduce container build size
Browse files Browse the repository at this point in the history
  • Loading branch information
rdash99 committed Apr 5, 2024
1 parent 881e7a1 commit a519a0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM node:20.11.0
FROM node:20.11.0-alpine

RUN apk add --no-cache git

# nice clean home for our action files
RUN mkdir /action
Expand Down

0 comments on commit a519a0b

Please sign in to comment.