mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-18 17:41:58 +01:00
Update alpine to 3.12.0
This commit is contained in:
parent
c79c26d324
commit
2f2aa0d97f
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3.11.6
|
FROM alpine:3.12.0
|
||||||
|
|
||||||
RUN apk add --no-cache shellcheck bash
|
RUN apk add --no-cache shellcheck bash
|
||||||
|
|
||||||
COPY runaction.sh /action/runaction.sh
|
COPY runaction /action/runaction
|
||||||
ENTRYPOINT ["bash", "/action/runaction.sh"]
|
ENTRYPOINT ["bash", "/action/runaction"]
|
Loading…
x
Reference in New Issue
Block a user