mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2024-08-16 10:09:53 +02:00
Update alpine to 3.12.0
This commit is contained in:
parent
c79c26d324
commit
2f2aa0d97f
2 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||
COPY runaction /action/runaction
|
||||
ENTRYPOINT ["bash", "/action/runaction"]
|
Loading…
Reference in a new issue