Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Update Dockerfile
- Loading branch information
Greg Brimble
authored and
GitHub
committed
Apr 15, 2021
1 parent
f40d23d
commit d28a663
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM node:13-alpine | ||
FROM node:14-alpine | ||
RUN apk update && apk upgrade && \ | ||
apk add --no-cache bash git openssh | ||
COPY entrypoint.sh /entrypoint.sh | ||
COPY lib/actions/checkout/index.js /checkout.js | ||
ENTRYPOINT ["/entrypoint.sh"] | ||
ENTRYPOINT ["/entrypoint.sh"] |