Skip to content

Commit

Permalink
feat: reduce container size
Browse files Browse the repository at this point in the history
Fixes #202
  • Loading branch information
rdash99 committed Apr 8, 2024
1 parent 7bfa4c7 commit f93cffb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
@@ -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 f93cffb

Please sign in to comment.