Skip to content

Commit

Permalink
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.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -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"]

0 comments on commit d28a663

Please sign in to comment.