Skip to content

Commit

Permalink
feat: reduce container size (#2)
Browse files Browse the repository at this point in the history
* feat: reduce container built size

* test: trigger CI

* chore(deps): bump node to v20.11.0

* Revert "test: trigger CI"

This reverts commit 16f2360.

* refactor: modify dockerfile

* feat: add git
  • Loading branch information
rdash99 authored Apr 5, 2024
1 parent 1c35e8d commit 9a56154
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 9a56154

Please sign in to comment.