We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79c26d commit 2f2aa0dCopy full SHA for 2f2aa0d
2 files changed
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM alpine:3.11.6
+FROM alpine:3.12.0
2
3
RUN apk add --no-cache shellcheck bash
4
5
-COPY runaction.sh /action/runaction.sh
6
-ENTRYPOINT ["bash", "/action/runaction.sh"]
+COPY runaction /action/runaction
+ENTRYPOINT ["bash", "/action/runaction"]
runaction.sh runactionrunaction.sh renamed to runaction
0 commit comments