1
0
Fork 0
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:
ludeeus 2020-06-27 19:42:52 +02:00
parent c79c26d324
commit 2f2aa0d97f
No known key found for this signature in database
GPG key ID: 66B9048FE1AA7E0C
2 changed files with 3 additions and 3 deletions

View file

@ -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"]