diff --git a/Dockerfile b/Dockerfile index 862ed44..4b203b0 100644 --- a/Dockerfile +++ b/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"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]