diff --git a/Dockerfile b/Dockerfile index eddf64c..e4783f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM alpine:3.11.6 +FROM alpine:3.12.0 RUN apk add --no-cache shellcheck bash -COPY runaction.sh /action/runaction.sh -ENTRYPOINT ["bash", "/action/runaction.sh"] \ No newline at end of file +COPY runaction /action/runaction +ENTRYPOINT ["bash", "/action/runaction"] \ No newline at end of file diff --git a/runaction.sh b/runaction similarity index 100% rename from runaction.sh rename to runaction